mirror of
https://github.com/ppy/osu
synced 2025-01-19 04:20:59 +00:00
Add test step to reset players (to better allow multiple runs of tests)
This commit is contained in:
parent
d4f8c63f9e
commit
aaffd59dfe
@ -50,6 +50,8 @@ namespace osu.Game.Tests.Visual.Online
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
AddStep("Reset players", () => testSpectatorStreamingClient.PlayingUsers.Clear());
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Loading…
Reference in New Issue
Block a user