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:
parent
a812ed4462
commit
82bbc32d74
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user