Skip to content

Commit 350191a

Browse files
committed
fix(test)
Signed-off-by: Marcel Klehr <[email protected]>
1 parent d3bc7e8 commit 350191a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1930,6 +1930,9 @@ describe('Floccus', function() {
19301930
await account.sync() // propagate to server
19311931
expect(account.getData().error).to.not.be.ok
19321932

1933+
await account.sync() // make sure order is propagated
1934+
expect(account.getData().error).to.not.be.ok
1935+
19331936
await account.init()
19341937

19351938
// move b into a in client

0 commit comments

Comments
 (0)