Fix custom rulesets not being testable

This commit is contained in:
smoogipoo 2020-03-02 13:25:36 +09:00
parent e58fb3f528
commit 6fb52e5370

View File

@ -67,6 +67,7 @@ namespace osu.Game.Tests.Visual
var beatmap = CreateBeatmap(ruleset.RulesetInfo);
Beatmap.Value = CreateWorkingBeatmap(beatmap);
Ruleset.Value = ruleset.RulesetInfo;
if (!AllowFail)
{