mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Fix test by also clearing out maximum statistics
This commit is contained in:
parent
5202c15a0e
commit
8b3742188f
@ -61,6 +61,7 @@ namespace osu.Game.Tests.Visual.Playlists
|
||||
userScore = TestResources.CreateTestScoreInfo();
|
||||
userScore.TotalScore = 0;
|
||||
userScore.Statistics = new Dictionary<HitResult, int>();
|
||||
userScore.MaximumStatistics = new Dictionary<HitResult, int>();
|
||||
|
||||
bindHandler();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user