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 a5539e3 commit c8f9534
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ describe('jdl - ValidationConverter', () => {
value: "/[A-Z']/",
},
],
// @ts-ignore
() => {},
name => name,
);
valueFromTheConvertedValidation = convertedJDLValidations[0].value;
});
Expand Down

0 comments on commit c8f9534

Please sign in to comment.