Skip to content

Commit

Permalink
test: remove duplicate use cases (#3882)
Browse files Browse the repository at this point in the history
  • Loading branch information
hchlq authored Jul 3, 2023
1 parent c8661b1 commit b9ab509
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/__tests__/form.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ test('query', () => {
})
)
expect(form.query('object').take()).not.toBeUndefined()
expect(form.query('object').take()).not.toBeUndefined()
expect(form.query('object.void').take()).not.toBeUndefined()
expect(form.query('object.void.normal').take()).not.toBeUndefined()
expect(form.query('object.normal').take()).not.toBeUndefined()
Expand Down

0 comments on commit b9ab509

Please sign in to comment.