Skip to content

Commit

Permalink
chore: add tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Shorten <[email protected]>
  • Loading branch information
jamieshorten committed Aug 22, 2024
1 parent a288ff0 commit aab89af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ describe('graph', function() {
`);
});

it('should visit a model manager and create a dependencyGraph', function() {
it('should visit a model manager and create a dependency graph', function() {
const visitor = new ConcertoGraphVisitor();
visitor.should.not.be.null;
const writer = new InMemoryWriter();
Expand Down

0 comments on commit aab89af

Please sign in to comment.