Add step for returning host back to local user

This commit is contained in:
Salman Ahmed
2022-03-18 08:08:31 +03:00
parent d0cc68bc97
commit a7ddfc7f51

View File

@ -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]