1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 14:03:21 +08:00

Mark test score with null PP for visual testing

This commit is contained in:
Salman Ahmed 2022-07-25 07:31:52 +03:00
parent 54eb2b98a9
commit 6c95c49da3

View File

@ -210,7 +210,7 @@ namespace osu.Game.Tests.Visual.Online
new APIMod { Acronym = new OsuModHidden().Acronym },
},
Rank = ScoreRank.B,
PP = 180,
PP = null,
MaxCombo = 1234,
TotalScore = 12345678,
Accuracy = 0.9854,