mirror of
https://github.com/ppy/osu
synced 2025-03-01 17:11:12 +00: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]
|
[SetUp]
|
||||||
public void SetUp() => Schedule(() =>
|
public void SetUp() => Schedule(() =>
|
||||||
{
|
{
|
||||||
SelectedMods.Value = new[] { new OsuModHidden() };
|
SelectedMods.Value = new[] { new OsuModSpunOut() };
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user