From df738ff270f5a3138aca5b2abf97b9beb3fc71e5 Mon Sep 17 00:00:00 2001 From: Julien Malard-Adam Date: Sun, 16 Feb 2025 18:27:27 +0100 Subject: [PATCH] Update sync.test.js --- test/sync.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sync.test.js b/test/sync.test.js index 03fc8cf..2c5edb9 100644 --- a/test/sync.test.js +++ b/test/sync.test.js @@ -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 })