Skip to content

Commit 46c3a4b

Browse files
committed
chore: revert test line
1 parent 7a7d180 commit 46c3a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/form-core/tests/FieldApi.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ describe('field api', () => {
587587

588588
field.moveValue(2, 0)
589589

590-
expect(field.state.value).toStrictEqual(['three', 'one', 'two', 'four'])
590+
expect(field.getMeta()).toStrictEqual(['three', 'one', 'two', 'four'])
591591
})
592592

593593
it('should run onChange validation when moving an array fields value', () => {

0 commit comments

Comments
 (0)