1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 13:32:54 +08:00

Add visual-only test coverage for centred player case

This commit is contained in:
Bartłomiej Dach 2023-08-01 17:41:07 +02:00
parent 70bd1d3cf4
commit bcfc76b469
No known key found for this signature in database

View File

@ -67,6 +67,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
[TestCase(1)]
[TestCase(4)]
[TestCase(9)]
public void TestGeneral(int count)
{
int[] userIds = getPlayerIds(count);