mirror of
https://github.com/osukey/osukey.git
synced 2025-07-22 19:00:05 +09:00
Rename test to match other classes
This commit is contained in:
@ -13,12 +13,12 @@ using osu.Game.Users;
|
||||
namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
[HeadlessTest]
|
||||
public class TestNowPlayingCommand : OsuTestScene
|
||||
public class TestSceneNowPlayingCommand : OsuTestScene
|
||||
{
|
||||
[Cached(typeof(IChannelPostTarget))]
|
||||
private PostTarget postTarget { get; set; }
|
||||
|
||||
public TestNowPlayingCommand()
|
||||
public TestSceneNowPlayingCommand()
|
||||
{
|
||||
Add(postTarget = new PostTarget());
|
||||
}
|
Reference in New Issue
Block a user