mirror of https://github.com/ppy/osu
Fix test names
This commit is contained in:
parent
d7a52e97ff
commit
7d2eeb9795
|
@ -95,7 +95,7 @@ public void TestIncompatibleThroughBaseType()
|
|||
}
|
||||
|
||||
[Test]
|
||||
public void TestMultiMod1()
|
||||
public void TestMultiModFlattening()
|
||||
{
|
||||
var combinations = new TestLegacyDifficultyCalculator(new ModA(), new MultiMod(new ModB(), new ModC())).CreateDifficultyAdjustmentModCombinations();
|
||||
|
||||
|
@ -113,7 +113,7 @@ public void TestMultiMod1()
|
|||
}
|
||||
|
||||
[Test]
|
||||
public void TestMultiMod2()
|
||||
public void TestIncompatibleThroughMultiMod()
|
||||
{
|
||||
var combinations = new TestLegacyDifficultyCalculator(new ModA(), new MultiMod(new ModB(), new ModIncompatibleWithA())).CreateDifficultyAdjustmentModCombinations();
|
||||
|
||||
|
|
Loading…
Reference in New Issue