Skip to content

Commit

Permalink
fix: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Thenkei committed Sep 26, 2024
1 parent 007e18b commit d0a9bd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ describe('Utils > ModelToCollectionSchemaConverter', () => {
isAfter: '2012',
isBefore: '2022',
min: 1,
max: { args: [2], msg: 'Warning validation message' },
max: { args: [2], msg: 'Warning validation message' },
contains: 'ContainsThisString',
is: /^[a-z]+$/,
},
Expand Down

0 comments on commit d0a9bd7

Please sign in to comment.