We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766f156 commit d91402eCopy full SHA for d91402e
packages/snjs/mocha/sync_tests/online.test.js
@@ -452,7 +452,7 @@ describe('online syncing', function () {
452
}
453
454
expect(safeGuard.isSyncCallsThresholdReachedThisMinute()).to.equal(true)
455
- expect(syncCount == 200).to.equal(true)
+ expect(syncCount).to.equal(200)
456
})
457
458
it('items that are never synced and deleted should not be uploaded to server', async function () {
0 commit comments