From d91402e673fdd7cf4138ea906db928310abecc66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Fri, 12 Jan 2024 15:24:05 +0100 Subject: [PATCH] chore: fix e2e matcher --- packages/snjs/mocha/sync_tests/online.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/snjs/mocha/sync_tests/online.test.js b/packages/snjs/mocha/sync_tests/online.test.js index 0d678b710..86c20a097 100644 --- a/packages/snjs/mocha/sync_tests/online.test.js +++ b/packages/snjs/mocha/sync_tests/online.test.js @@ -452,7 +452,7 @@ describe('online syncing', function () { } expect(safeGuard.isSyncCallsThresholdReachedThisMinute()).to.equal(true) - expect(syncCount == 200).to.equal(true) + expect(syncCount).to.equal(200) }) it('items that are never synced and deleted should not be uploaded to server', async function () {