Re-namespace all files in OnlinePlay directory

This commit is contained in:
Bartłomiej Dach
2020-12-25 16:50:00 +01:00
parent e797e5ce7a
commit 83fb7c7a1a
109 changed files with 176 additions and 176 deletions

View File

@ -107,14 +107,14 @@ namespace osu.Game.Tests.Visual.Navigation
[Test]
public void TestExitMultiWithEscape()
{
PushAndConfirm(() => new Screens.Multi.Playlists.Playlists());
PushAndConfirm(() => new Screens.OnlinePlay.Playlists.Playlists());
exitViaEscapeAndConfirm();
}
[Test]
public void TestExitMultiWithBackButton()
{
PushAndConfirm(() => new Screens.Multi.Playlists.Playlists());
PushAndConfirm(() => new Screens.OnlinePlay.Playlists.Playlists());
exitViaBackButtonAndConfirm();
}