Skip to content

Commit

Permalink
fix(build)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Apr 28, 2024
1 parent 73b083f commit 7dfbd84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5663,8 +5663,8 @@ describe('Floccus', function() {
expect(account2.getData().error).to.not.be.ok

// Sync twice, because some removal-move mixes are hard to sort out consistently
//await account2.sync()
//expect(account2.getData().error).to.not.be.ok
// await account2.sync()
// expect(account2.getData().error).to.not.be.ok

console.log('second round: account2 completed')

Expand Down

0 comments on commit 7dfbd84

Please sign in to comment.