mirror of
https://github.com/ppy/osu
synced 2024-12-13 10:28:17 +00:00
Rename test to match other classes
This commit is contained in:
parent
1dd471dfcc
commit
e4d4040afb
@ -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());
|
||||
}
|
Loading…
Reference in New Issue
Block a user