Skip to content

Commit

Permalink
Fix ruleset not being reset correctly in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Oct 22, 2024
1 parent def499e commit 17702ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public TestSceneBeatmapAttributeText()
public void Setup() => Schedule(() =>
{
SelectedMods.SetDefault();
Ruleset.SetDefault();
Ruleset.Value = new OsuRuleset().RulesetInfo;
Beatmap.Value = CreateWorkingBeatmap(new TestBeatmap(new OsuRuleset().RulesetInfo)
{
BeatmapInfo =
Expand Down

0 comments on commit 17702ea

Please sign in to comment.