1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 07:12:12 +08:00

Fix malformed database test failing in single-threaded mode

This commit is contained in:
smoogipoo
2021-06-15 22:53:43 +09:00
Unverified
parent b871ee4e71
commit e79e1bbcc0
@@ -113,7 +113,6 @@ namespace osu.Game.Tests.Collections.IO
await importCollectionsFromStream(osu, ms);
}
Assert.That(host.UpdateThread.Running, Is.True);
Assert.That(exceptionThrown, Is.False);
Assert.That(osu.CollectionManager.Collections.Count, Is.EqualTo(0));
}