Skip to content

Commit

Permalink
Eased off concurrent test with eventual consistency. #182
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby committed May 18, 2020
1 parent 64a7f93 commit 1528f08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ class AssetStorageTest : AsyncTest() {
assertTrue(storage.isLoaded<Texture>(dependency))
assertEquals(100, storage.getReferenceCount<Texture>(dependency))
assertEquals(1, assets.map { it.asCompletableFuture().join() }.toSet().size)
checkProgress(storage, loaded = 2)
checkProgress(storage, loaded = 2, warn = true)

storage.dispose()
}
Expand Down

0 comments on commit 1528f08

Please sign in to comment.