1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-06 18:12:55 +08:00
osu-lazer/osu.Game.Rulesets.Catch.Tests/TestSceneCatchPlayerLegacySkin.cs
Salman Ahmed 434377aa52 Revert "Add failing test case"
This reverts commit ec89a149dd.
2021-05-19 21:35:06 +03:00

15 lines
433 B
C#

// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Game.Tests.Visual;
namespace osu.Game.Rulesets.Catch.Tests
{
[TestFixture]
public class TestSceneCatchPlayerLegacySkin : LegacySkinPlayerTestScene
{
protected override Ruleset CreatePlayerRuleset() => new CatchRuleset();
}
}