Skip to content

Commit

Permalink
refactor: Update error message in input-generators.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-londhe committed Dec 11, 2024
1 parent 7a958fe commit 13d6e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/helpers/tests/input-generators.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ describe('Input generators', () => {
generateEmailVerifierInputs(email, {
shaPrecomputeSelector: 'Bla Bla',
}),
).rejects.toThrow('SHA precompute selector "Bla Bla" not found in the body');
).rejects.toThrow('SHA precompute selector "Bla Bla" not found in cleaned body');
});
});

0 comments on commit 13d6e82

Please sign in to comment.