1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +08:00

Rename things in test to match

This commit is contained in:
Bartłomiej Dach 2023-06-14 21:33:11 +02:00
parent 78fe711824
commit 4cc2bb0c7d
No known key found for this signature in database

View File

@ -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", () =>
{