Support beatmap conversion tests with mods

This commit is contained in:
smoogipoo
2019-07-31 19:49:25 +09:00
parent 0108700793
commit ed4dda1936
5 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Catch.Tests
[TestCase("spinner")]
[TestCase("spinner-and-circles")]
[TestCase("slider")]
public new void Test(string name)
public void Test(string name)
{
base.Test(name);
}