Skip to content

Commit

Permalink
Assert to check that 4 unresolved references were found.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulijaRamoskiene committed Jan 23, 2024
1 parent a4ae95d commit c8ae332
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ describe("IModelTransformer", () => {
const actualIds = unresolvedElementMessage!.split(messageStart)[1].split(messageEnd)[0].split(",");

// Assert
assert.equal(actualIds.length, 4);
assert.sameMembers(actualIds, expectedIds);

transformerA2S.dispose();
Expand Down

0 comments on commit c8ae332

Please sign in to comment.