Skip to content

Commit

Permalink
style: rename variable for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku authored and barmac committed Jan 8, 2024
1 parent 69d8b40 commit 1bcb807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spec/migrateDiagramSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import chaiAsPromised from 'chai-as-promised';

chai.use(chaiAsPromised);

import Moddle from 'dmn-moddle';
import DmnModdle from 'dmn-moddle';

import fs from 'fs';

Expand Down Expand Up @@ -243,7 +243,7 @@ async function validate(xml) {
}

async function parse(xml) {
const moddle = Moddle();
const moddle = DmnModdle();

const {
rootElement: definitions
Expand Down

0 comments on commit 1bcb807

Please sign in to comment.