mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Apply some second-pass inspections that appeared after previous changes
This commit is contained in:
@ -289,7 +289,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
[Test]
|
||||
public void TestSpectatingDuringGameplay()
|
||||
{
|
||||
int[] players = new[] { PLAYER_1_ID, PLAYER_2_ID };
|
||||
int[] players = { PLAYER_1_ID, PLAYER_2_ID };
|
||||
|
||||
start(players);
|
||||
sendFrames(players, 300);
|
||||
|
Reference in New Issue
Block a user