chore: fix e2e matcher

This commit is contained in:
Karol Sójko
2024-01-12 15:24:05 +01:00
parent 766f156c89
commit d91402e673

View File

@@ -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 () {