Skip to content

Commit

Permalink
fix(tests): Don't test ordering on linkwarden
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Sep 1, 2024
1 parent 6d7b377 commit b14571a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2977,7 +2977,8 @@ describe('Floccus', function() {
})
]
}),
false
false,
Boolean(account.server.orderFolder)
)
})
it('should update the server on local changes', async function() {
Expand Down

0 comments on commit b14571a

Please sign in to comment.