mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix assertion
This commit is contained in:
@ -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"));
|
||||
|
||||
|
Reference in New Issue
Block a user