Rename test to match other classes

This commit is contained in:
Dean Herbert 2020-04-19 16:57:47 +09:00
parent 1dd471dfcc
commit e4d4040afb

View File

@ -13,12 +13,12 @@ using osu.Game.Users;
namespace osu.Game.Tests.Visual.Online namespace osu.Game.Tests.Visual.Online
{ {
[HeadlessTest] [HeadlessTest]
public class TestNowPlayingCommand : OsuTestScene public class TestSceneNowPlayingCommand : OsuTestScene
{ {
[Cached(typeof(IChannelPostTarget))] [Cached(typeof(IChannelPostTarget))]
private PostTarget postTarget { get; set; } private PostTarget postTarget { get; set; }
public TestNowPlayingCommand() public TestSceneNowPlayingCommand()
{ {
Add(postTarget = new PostTarget()); Add(postTarget = new PostTarget());
} }