Skip to content

Commit 9b3fbb2

Browse files
committed
tests: Fix fuzzed test by setting isAtomic to false manually
Signed-off-by: Marcel Klehr <[email protected]>
1 parent aebc4bb commit 9b3fbb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8144,9 +8144,9 @@ describe('Floccus', function() {
81448144
{ id: '', title: 'root', location: 'Server' }
81458145
)
81468146
account1.server.onSyncStart = function() { this.bookmarksCache = bmDb }
8147-
account1.server.onSyncComplete = null
8147+
account1.server.isAtomic = () => false
81488148
account2.server.onSyncStart = function() { this.bookmarksCache = bmDb }
8149-
account2.server.onSyncComplete = null
8149+
account2.server.isAtomic = () => false
81508150
await interruptBenchmark()
81518151
})
81528152
}

0 commit comments

Comments
 (0)