mirror of https://github.com/ppy/osu
Fix malformed database test failing in single-threaded mode
This commit is contained in:
parent
b871ee4e71
commit
e79e1bbcc0
|
@ -113,7 +113,6 @@ public async Task TestImportMalformedDatabase()
|
|||
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));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue