Skip to content

Commit

Permalink
Update jdl/converters/parsed-jdl-to-jdl-object/validation-converter.s…
Browse files Browse the repository at this point in the history
…pec.ts

Co-authored-by: Marcelo Shima <[email protected]>
  • Loading branch information
Tcharl and mshima authored May 20, 2024
1 parent 747033c commit 524a865
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ describe('jdl - ValidationConverter', () => {
let convertedJDLValidations;

before(() => {
// @ts-ignore
convertedJDLValidations = convertValidations([{ key: 'min', value: 0 }], () => {});
convertedJDLValidations = convertValidations([{ key: 'min', value: 0 }], name => name);
});

it('should convert it', () => {
Expand Down

0 comments on commit 524a865

Please sign in to comment.