Skip to content

Commit

Permalink
fix(tests): Don't tetst for order when adapter doesn't have orderFolder
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Sep 6, 2024
1 parent b14571a commit 05b636e
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 @@ -826,7 +826,8 @@ describe('Floccus', function() {
})
]
}),
false
false,
Boolean(account.server.orderFolder)
)
})
it('should deduplicate unnormalized URLs', async function() {
Expand Down

0 comments on commit 05b636e

Please sign in to comment.