mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Rename things in test to match
This commit is contained in:
parent
78fe711824
commit
4cc2bb0c7d
@ -134,7 +134,7 @@ namespace osu.Game.Tournament.Tests.Screens
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestDisableMapsPerMod()
|
||||
public void TestSplitMapPoolByMods()
|
||||
{
|
||||
AddStep("load many maps", () =>
|
||||
{
|
||||
@ -144,7 +144,7 @@ namespace osu.Game.Tournament.Tests.Screens
|
||||
addBeatmap(i > 4 ? Ruleset.Value.CreateInstance().AllMods.ElementAt(i).Acronym : "NM");
|
||||
});
|
||||
|
||||
AddStep("disable maps per mod", () => Ladder.SplitMapPoolByMods.Value = false);
|
||||
AddStep("disable splitting map pool by mods", () => Ladder.SplitMapPoolByMods.Value = false);
|
||||
|
||||
AddStep("reset match", () =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user