Skip to content

Commit

Permalink
feat(map): fix
Browse files Browse the repository at this point in the history
Signed-off-by: jonathan.casey <[email protected]>
  • Loading branch information
jonathan-casey committed Jun 2, 2023
1 parent b82f74a commit b4519ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/concerto-core/test/model/concept.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe('Concept', function () {
}).should.throw(/Attempting to create an ENUM declaration is not supported./);
});

it.only('should generate an error trying to create an Map from JSON', function () {
it('should generate an error trying to create an Map from JSON', function () {
let conceptModel = fs.readFileSync('./test/data/model/concept.cto', 'utf8');
modelManager.addCTOModel(conceptModel, 'concept.cto');
const factory = new Factory(modelManager);
Expand Down

0 comments on commit b4519ae

Please sign in to comment.