Skip to content

Commit e1700c3

Browse files
committed
Fix tests
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 226b029 commit e1700c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ describe('Floccus', function() {
12861286
]
12871287
}),
12881288
false,
1289-
Boolean(account.server.orderFolder)
1289+
false,
12901290
)
12911291
})
12921292
it('should not fail when both moving folders and deleting their contents', async function() {

0 commit comments

Comments
 (0)