Rename test scene

This commit is contained in:
smoogipoo 2019-06-24 13:47:37 +09:00
parent 003bdda765
commit 2a4bd612d7
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
namespace osu.Game.Rulesets.Catch.Tests
{
[TestFixture]
public class TestSceneCatcherSkinning : OsuTestScene
public class TestSceneCatcher : OsuTestScene
{
public override IReadOnlyList<Type> RequiredTypes => new[]
{
@ -28,7 +28,7 @@ public class TestSceneCatcherSkinning : OsuTestScene
private readonly Container container;
public TestSceneCatcherSkinning()
public TestSceneCatcher()
{
Child = container = new Container
{