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 c8f9534 commit 747033c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ describe('jdl - ValidationConverter', () => {
let convertedJDLValidations;

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

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

0 comments on commit 747033c

Please sign in to comment.