mirror of
https://github.com/ppy/osu
synced 2024-12-27 01:12:45 +00:00
Fix assertion
This commit is contained in:
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"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user