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
{
[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());
}