Skip to content

Commit

Permalink
test: rename (#3885)
Browse files Browse the repository at this point in the history
  • Loading branch information
hchlq authored Jul 3, 2023
1 parent f512834 commit c8661b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/validator/src/__tests__/validator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ test('filter trigger type(unmatch)', async () => {
})
})

test('filter trigger type(match first validte)', async () => {
test('filter trigger type(match first validate)', async () => {
expect(
await validate(
'',
Expand All @@ -323,7 +323,7 @@ test('filter trigger type(match first validte)', async () => {
})
})

test('filter trigger type(match multi validte)', async () => {
test('filter trigger type(match multi validate)', async () => {
expect(
await validate(
'',
Expand Down

0 comments on commit c8661b1

Please sign in to comment.