test: allow all 0s for osu_hitresults

This commit is contained in:
MaxOhn
2023-10-29 20:30:38 +01:00
parent f8246dbf71
commit 4fe2fd53df
-2
View File
@@ -950,8 +950,6 @@ mod test {
n_misses in option::weighted(0.15, 0_usize..=N_OBJECTS),
best_case in prop::bool::ANY,
) {
prop_assume!((n300, n100, n50) != (Some(0), Some(0), Some(0)));
let (map, attrs) = test_data();
let max_combo = attrs.max_combo();