Fix resharper warnings

This commit is contained in:
smoogipoo
2018-05-07 11:38:41 +09:00
parent e20323b5f6
commit 268c14813b
3 changed files with 3 additions and 6 deletions

View File

@ -18,13 +18,10 @@ namespace osu.Game.Rulesets.Mania.Tests
{
protected override string ResourceAssembly => "osu.Game.Rulesets.Mania";
private bool isForCurrentRuleset;
[NonParallelizable]
[TestCase("basic", false)]
public void Test(string name, bool isForCurrentRuleset)
public new void Test(string name)
{
this.isForCurrentRuleset = isForCurrentRuleset;
base.Test(name);
}