mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Reset player state on setup
This commit is contained in:
@ -41,7 +41,12 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
}
|
||||
|
||||
[SetUp]
|
||||
public void SetUp() => leaderboard.ClearScores();
|
||||
public void SetUp()
|
||||
{
|
||||
leaderboard.ClearScores();
|
||||
leaderboard.PlayerPosition = 1;
|
||||
playerScore.Value = 1222333;
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestPlayerScore()
|
||||
|
Reference in New Issue
Block a user