Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Jul 1, 2024
1 parent 01be4f8 commit d0928e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validator/validator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ describe('Clone Request object', () => {
validator('form', (value) => {
// the value should not be a FormData
if (value instanceof FormData) {
throw new Error('value should be FormData')
throw new Error('value should not be FormData')
}
return value
}),
Expand Down

0 comments on commit d0928e5

Please sign in to comment.