Skip to content

Commit

Permalink
fix: adjusted fields in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Sep 27, 2024
1 parent babbf8e commit 2e099c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/serde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,7 @@ mod types {
flashlight_difficulty: 3.33,
slider_factor: 2.22,
speed_difficulty: 1.11,
speed_note_count: 77.7777,
},
},
BeatmapDifficultyAttributes {
Expand All @@ -925,7 +926,6 @@ mod types {
stars: 6.0,
attrs: GameModeAttributes::Mania {
great_hit_window: 1.0,
score_multiplier: 3.0,
},
},
]
Expand Down

0 comments on commit 2e099c7

Please sign in to comment.