1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 02:41:23 +08:00

Fix naming conflict with test scenes

This commit is contained in:
Dean Herbert
2020-12-22 18:26:39 +09:00
Unverified
parent ce806dd880
commit 23bf9c372c
2 changed files with 2 additions and 2 deletions
@@ -8,7 +8,7 @@ using osu.Game.Users;
namespace osu.Game.Tests.Visual.Multiplayer
{
public class TestSceneParticipantsList : MultiplayerTestScene
public class TestSceneTimeshiftParticipantsList : MultiplayerTestScene
{
[SetUp]
public new void Setup() => Schedule(() =>
@@ -14,7 +14,7 @@ using osuTK;
namespace osu.Game.Tests.Visual.RealtimeMultiplayer
{
public class TestSceneParticipantsList : RealtimeMultiplayerTestScene
public class TestSceneRealtimeMultiplayerParticipantsList : RealtimeMultiplayerTestScene
{
[SetUp]
public new void Setup() => Schedule(() =>