1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 19:27:26 +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] [SetUp]
public void SetUp() => Schedule(() => storyboardMods = Array.Empty<Mod>()); public void SetUp() => storyboardMods = Array.Empty<Mod>();
[Test] [Test]
public void TestStoryboardSamplesStopDuringPause() public void TestStoryboardSamplesStopDuringPause()