mirror of
https://github.com/ppy/osu
synced 2025-01-03 12:52:10 +00:00
Update test to set Child in more canonical manner
This commit is contained in:
parent
e10c4c7079
commit
a037dbf8de
@ -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
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user