mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 17:30:13 +08:00
Fix naming conflict with test scenes
This commit is contained in:
+1
-1
@@ -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(() =>
|
||||
+1
-1
@@ -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(() =>
|
||||
Reference in New Issue
Block a user