mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-07 06:36:38 +00:00
remove error-prone assert from replication test
This commit is contained in:
parent
6b4bd0652f
commit
a3829b6c72
@ -309,7 +309,6 @@ Object.keys(testAPIs).forEach(API => {
|
|||||||
// Test the replicator state
|
// Test the replicator state
|
||||||
assert.equal(db2._loader.tasksRequested >= db2.replicationStatus.progress, true)
|
assert.equal(db2._loader.tasksRequested >= db2.replicationStatus.progress, true)
|
||||||
assert.equal(db2.options.referenceCount, 32)
|
assert.equal(db2.options.referenceCount, 32)
|
||||||
assert.equal(db2._loader.tasksRunning, 0)
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
reject(e)
|
reject(e)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user