mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 23:42:55 +08:00
Fix test applying incorrect mod
This commit is contained in:
parent
204c2f0bde
commit
715608c798
@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
[SetUp]
|
||||
public void SetUp() => Schedule(() =>
|
||||
{
|
||||
SelectedMods.Value = new[] { new OsuModHidden() };
|
||||
SelectedMods.Value = new[] { new OsuModSpunOut() };
|
||||
});
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user