1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:12:57 +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()
{
// used to test the flow of multiplayer from visual tests.
AddStep("empty step", () => { });
}
[Test]