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
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public void TestEarlyAddedSkinRequester()
Child = new RulesetSkinProvidingContainer(Ruleset.Value.CreateInstance(), Beatmap.Value.Beatmap, Beatmap.Value.Skin)
{
requester
Child = requester
};
});