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

@ -20,7 +20,7 @@ namespace osu.Game.Rulesets.Mania.Tests
protected override string ResourceAssembly => "osu.Game.Rulesets.Mania";
[TestCase("basic")]
public new void Test(string name)
public void Test(string name)
{
base.Test(name);
}