Skip to content

Commit ab55c19

Browse files
Update packages/utils/test/schema/getDefaultFormStateTest.ts
Adding default that should not be used
1 parent f59ccd3 commit ab55c19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/utils/test/schema/getDefaultFormStateTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,7 @@ export default function getDefaultFormStateTest(testValidator: TestValidatorType
943943
},
944944
fromFormData: {
945945
type: 'string',
946+
default: 'notUsed'
946947
},
947948
RootAndLocalConst: {
948949
type: 'string',

0 commit comments

Comments
 (0)