1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 03:31:54 +08:00

Fix assertion

This commit is contained in:
Dan Balasescu
2022-07-28 16:34:31 +09:00
Unverified
parent 525e4a2019
commit cd01c5d3ac
@@ -254,7 +254,7 @@ namespace osu.Game.Tests.Visual.Collections
});
assertCollectionName(0, "1");
assertCollectionName(1, "1");
assertCollectionName(1, "2");
AddStep("change first collection name", () => Realm.Write(_ => first.Name = "First"));