mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Update sync.test.js
This commit is contained in:
parent
bdee048777
commit
df738ff270
@ -697,7 +697,7 @@ describe('Sync protocol', function () {
|
||||
await ipfs2.stop()
|
||||
})
|
||||
|
||||
it('does not crash when no listeners are attached to the `error` event on `Sync.events`', async () => {=
|
||||
it('does not crash when no listeners are attached to the `error` event on `Sync.events`', async () => {
|
||||
sync1 = await Sync({ ipfs: ipfs1, log: log1, timeout: timeoutTime })
|
||||
sync2 = await Sync({ ipfs: ipfs2, log: log2, start: false, timeout: timeoutTime })
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user