1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-21 08:52:54 +08:00

Fix assertion

This commit is contained in:
Dan Balasescu 2022-07-28 16:34:31 +09:00
parent 525e4a2019
commit cd01c5d3ac

View File

@ -254,7 +254,7 @@ namespace osu.Game.Tests.Visual.Collections
}); });
assertCollectionName(0, "1"); assertCollectionName(0, "1");
assertCollectionName(1, "1"); assertCollectionName(1, "2");
AddStep("change first collection name", () => Realm.Write(_ => first.Name = "First")); AddStep("change first collection name", () => Realm.Write(_ => first.Name = "First"));