Skip to content

Commit d91402e

Browse files
committed
chore: fix e2e matcher
1 parent 766f156 commit d91402e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/snjs/mocha/sync_tests/online.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ describe('online syncing', function () {
452452
}
453453

454454
expect(safeGuard.isSyncCallsThresholdReachedThisMinute()).to.equal(true)
455-
expect(syncCount == 200).to.equal(true)
455+
expect(syncCount).to.equal(200)
456456
})
457457

458458
it('items that are never synced and deleted should not be uploaded to server', async function () {

0 commit comments

Comments
 (0)