Skip to content

Commit 2427ac9

Browse files
committed
delete unneded default examples
1 parent 8b8a768 commit 2427ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/jsonLogic.fixtures.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export const schemaWithComputedAttributeThatDoesntExist = {
250250
field_a: {
251251
type: 'number',
252252
'x-jsf-logic-computedAttrs': {
253-
default: 'iDontExist',
253+
minimum: 'iDontExist',
254254
},
255255
},
256256
},

0 commit comments

Comments
 (0)