1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:43:19 +08:00

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
{
public class TestSceneParticipantsList : MultiplayerTestScene
public class TestSceneTimeshiftParticipantsList : MultiplayerTestScene
{
[SetUp]
public new void Setup() => Schedule(() =>

View File

@ -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(() =>