mirror of https://github.com/ppy/osu
Fix test applying incorrect mod
This commit is contained in:
parent
204c2f0bde
commit
715608c798
|
@ -17,7 +17,7 @@ public class TestSceneSpinnerSpunOut : TestSceneSpinner
|
|||
[SetUp]
|
||||
public void SetUp() => Schedule(() =>
|
||||
{
|
||||
SelectedMods.Value = new[] { new OsuModHidden() };
|
||||
SelectedMods.Value = new[] { new OsuModSpunOut() };
|
||||
});
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue