1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 05:42:56 +08:00

Fix test button display

This commit is contained in:
Dan Balasescu 2021-11-30 19:09:45 +09:00
parent ef170471f0
commit 48a181af1f

View File

@ -32,6 +32,13 @@ namespace osu.Game.Tests.Visual.Multiplayer
}; };
}); });
[SetUpSteps]
public void SetUpSteps()
{
// Not scheduled since this should affect buttons added by the current test.
currentItemId = 0;
}
[Test] [Test]
public void TestItemsAddedToEndInHostOnlyMode() public void TestItemsAddedToEndInHostOnlyMode()
{ {