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 Jan 7, 2025
1 parent 9986f79 commit d43398c
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 d43398c

Please sign in to comment.