mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Rename test scene
This commit is contained in:
@ -19,7 +19,7 @@ using osu.Framework.Graphics.Textures;
|
|||||||
namespace osu.Game.Rulesets.Catch.Tests
|
namespace osu.Game.Rulesets.Catch.Tests
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class TestSceneCatcherSkinning : OsuTestScene
|
public class TestSceneCatcher : OsuTestScene
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||||
{
|
{
|
||||||
@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Catch.Tests
|
|||||||
|
|
||||||
private readonly Container container;
|
private readonly Container container;
|
||||||
|
|
||||||
public TestSceneCatcherSkinning()
|
public TestSceneCatcher()
|
||||||
{
|
{
|
||||||
Child = container = new Container
|
Child = container = new Container
|
||||||
{
|
{
|
Reference in New Issue
Block a user