1
0
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:
Dan Balasescu
2025-06-09 21:53:19 +09:00
Unverified
parent fd5dc01220
commit 83ce468c57
@@ -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");