Skip to content

Commit

Permalink
Merge pull request #10817 from nanaya/fix-mods-test
Browse files Browse the repository at this point in the history
Update mods test
  • Loading branch information
peppy authored Dec 21, 2023
2 parents 0613d30 + 693ab6c commit 3d197be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Libraries/ModsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ public static function modComboExclusives()
[Ruleset::mania, ['DT'], ['PF'], true],

// conflicting exclusive required mods
[Ruleset::osu, ['RX', 'PF'], [], false],
[Ruleset::osu, ['HT', 'DT'], [], false],
[Ruleset::mania, ['FI', 'HD'], [], false],

// allowed mods conflicts with exclusive required mods
[Ruleset::osu, ['RX'], ['PF'], false],
[Ruleset::taiko, ['RX'], ['PF'], false],
[Ruleset::osu, ['HT'], ['DT'], false],
[Ruleset::taiko, ['HT'], ['DT'], false],
];
}
}

0 comments on commit 3d197be

Please sign in to comment.