Skip to content

Commit

Permalink
test: bump handlers count test PE-7339
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Dec 20, 2024
1 parent bb2e1a8 commit 2d43545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/handlers.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('handlers', async () => {
const defaultIndex = handlersList.indexOf('_default');
const sanitizeIndex = handlersList.indexOf('sanitize');
const pruneIndex = handlersList.indexOf('prune');
const expectedHandlerCount = 72; // TODO: update this if more handlers are added
const expectedHandlerCount = 73; // TODO: update this if more handlers are added
assert.ok(evalIndex === 0);
assert.ok(defaultIndex === 1);
assert.ok(sanitizeIndex === 2);
Expand Down

0 comments on commit 2d43545

Please sign in to comment.