osu: fixed test values for gradual performance attributes

This commit is contained in:
MaxOhn
2021-11-23 03:16:03 +01:00
parent bfc0188c61
commit 4922fd32f5
+2 -2
View File
@@ -210,8 +210,8 @@ mod tests {
}
let state = OsuScoreState {
max_combo: 110,
n300: 90,
max_combo: 122,
n300: 88,
n100: 8,
n50: 2,
misses: 2,