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