1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 04:02:59 +08:00

Remove unnecessary Schedule during setup

This commit is contained in:
Salman Ahmed 2022-03-02 23:44:58 +03:00
parent a812ed4462
commit 82bbc32d74

View File

@ -42,7 +42,7 @@ namespace osu.Game.Tests.Visual.Gameplay
}
[SetUp]
public void SetUp() => Schedule(() => storyboardMods = Array.Empty<Mod>());
public void SetUp() => storyboardMods = Array.Empty<Mod>();
[Test]
public void TestStoryboardSamplesStopDuringPause()