1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 04:59:54 +08:00

Add step for returning host back to local user

This commit is contained in:
Salman Ahmed
2022-03-18 08:08:31 +03:00
Unverified
parent d0cc68bc97
commit a7ddfc7f51
@@ -266,6 +266,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
});
AddRepeatStep("switch hosts", () => MultiplayerClient.TransferHost(RNG.Next(0, users_count)), 10);
AddStep("give host back", () => MultiplayerClient.TransferHost(API.LocalUser.Value.Id));
}
[Test]