Update test to set Child in more canonical manner

This commit is contained in:
Dan Balasescu 2024-02-15 18:33:48 +09:00
parent e10c4c7079
commit a037dbf8de
No known key found for this signature in database

View File

@ -48,7 +48,7 @@ namespace osu.Game.Tests.Rulesets
Child = new RulesetSkinProvidingContainer(Ruleset.Value.CreateInstance(), Beatmap.Value.Beatmap, Beatmap.Value.Skin) Child = new RulesetSkinProvidingContainer(Ruleset.Value.CreateInstance(), Beatmap.Value.Beatmap, Beatmap.Value.Skin)
{ {
requester Child = requester
}; };
}); });