1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-05 13:42:59 +08:00

Add empty step to multiplayer TestEmpty() test

This commit is contained in:
smoogipoo 2021-08-06 19:40:29 +09:00
parent bbb28d1b29
commit 14fe2eea2a

View File

@ -87,6 +87,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
public void TestEmpty() public void TestEmpty()
{ {
// used to test the flow of multiplayer from visual tests. // used to test the flow of multiplayer from visual tests.
AddStep("empty step", () => { });
} }
[Test] [Test]