mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Re-namespace all files in OnlinePlay directory
This commit is contained in:
@ -17,7 +17,7 @@ namespace osu.Game.Tests.Visual.Playlists
|
||||
|
||||
public TestScenePlaylistsScreen()
|
||||
{
|
||||
var multi = new Screens.Multi.Playlists.Playlists();
|
||||
var multi = new Screens.OnlinePlay.Playlists.Playlists();
|
||||
|
||||
AddStep("show", () => LoadScreen(multi));
|
||||
AddUntilStep("wait for loaded", () => multi.IsLoaded);
|
||||
|
Reference in New Issue
Block a user