1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 06:21:22 +08:00

Remove unnecessary Schedule during setup

This commit is contained in:
Salman Ahmed
2022-03-02 23:44:58 +03:00
Unverified
parent a812ed4462
commit 82bbc32d74
@@ -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()