Fix naming conflict with test scenes

This commit is contained in:
Dean Herbert
2020-12-22 18:26:39 +09:00
parent ce806dd880
commit 23bf9c372c
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ using osu.Game.Users;
namespace osu.Game.Tests.Visual.Multiplayer namespace osu.Game.Tests.Visual.Multiplayer
{ {
public class TestSceneParticipantsList : MultiplayerTestScene public class TestSceneTimeshiftParticipantsList : MultiplayerTestScene
{ {
[SetUp] [SetUp]
public new void Setup() => Schedule(() => public new void Setup() => Schedule(() =>

View File

@ -14,7 +14,7 @@ using osuTK;
namespace osu.Game.Tests.Visual.RealtimeMultiplayer namespace osu.Game.Tests.Visual.RealtimeMultiplayer
{ {
public class TestSceneParticipantsList : RealtimeMultiplayerTestScene public class TestSceneRealtimeMultiplayerParticipantsList : RealtimeMultiplayerTestScene
{ {
[SetUp] [SetUp]
public new void Setup() => Schedule(() => public new void Setup() => Schedule(() =>