mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +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
|
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());
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user