From 2e099c757fe358d09a0be7170a00b2220e1f2d7b Mon Sep 17 00:00:00 2001 From: MaxOhn Date: Fri, 27 Sep 2024 21:18:52 +0200 Subject: [PATCH] fix: adjusted fields in tests --- tests/serde.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/serde.rs b/tests/serde.rs index 211ff7e..c249731 100644 --- a/tests/serde.rs +++ b/tests/serde.rs @@ -907,6 +907,7 @@ mod types { flashlight_difficulty: 3.33, slider_factor: 2.22, speed_difficulty: 1.11, + speed_note_count: 77.7777, }, }, BeatmapDifficultyAttributes { @@ -925,7 +926,6 @@ mod types { stars: 6.0, attrs: GameModeAttributes::Mania { great_hit_window: 1.0, - score_multiplier: 3.0, }, }, ]