Fix test regressions (incorrect from the start)

This commit is contained in:
Dean Herbert
2019-12-13 20:06:56 +09:00
parent 3dc2b59d2a
commit 7033974733
5 changed files with 14 additions and 9 deletions

View File

@ -124,7 +124,7 @@ namespace osu.Game.Tests.Visual.UserInterface
var easierMods = instance.GetModsFor(ModType.DifficultyReduction);
var noFailMod = easierMods.FirstOrDefault(m => m is OsuModNoFail);
AddStep("set mods externally", () => { modDisplay.Current.Value = new[] { noFailMod }; });
AddStep("set mods externally", () => { Mods.Value = new[] { noFailMod }; });
changeRuleset(rulesetOsu);