mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 15:04:26 +08:00
Fix flaky collections test
This commit is contained in:
@@ -139,6 +139,8 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
});
|
||||
});
|
||||
|
||||
assertCollectionCount(2);
|
||||
|
||||
AddStep("remove first collection", () => Realm.Write(r => r.Remove(first)));
|
||||
assertCollectionCount(1);
|
||||
assertCollectionName(0, "2");
|
||||
|
||||
Reference in New Issue
Block a user