Skip to content

Commit 6430da1

Browse files
committed
Merge branch 'master' into production
2 parents 0e0ecd8 + 8c5b618 commit 6430da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/composables/useFieldProps.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('useFieldProps', () => {
77
const props = useFieldProps()
88
expect(props.id).toBeTruthy()
99
expect(props.field).toBeTruthy()
10-
expect(props.formGenerator).toBeTruthy()
10+
expect(props.formOptions).toBeTruthy()
1111
expect(props.model).toBeTruthy()
1212

1313
// Test for a random value

0 commit comments

Comments
 (0)