From a3829b6c724d12eaf6a8df42220fd19c355ec121 Mon Sep 17 00:00:00 2001 From: tabcat Date: Sun, 26 Sep 2021 17:50:34 -0500 Subject: [PATCH] remove error-prone assert from replication test --- test/replicate.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/replicate.test.js b/test/replicate.test.js index 88cee60..51434e8 100644 --- a/test/replicate.test.js +++ b/test/replicate.test.js @@ -309,7 +309,6 @@ Object.keys(testAPIs).forEach(API => { // Test the replicator state assert.equal(db2._loader.tasksRequested >= db2.replicationStatus.progress, true) assert.equal(db2.options.referenceCount, 32) - assert.equal(db2._loader.tasksRunning, 0) } catch (e) { reject(e) }