Skip to content

Commit

Permalink
WIP #212 updated router config in test
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Dec 13, 2017
1 parent e93c432 commit 3e64fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-src/router.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ describe('Router tests', function() {
var config = require(path.join(PROJECT_DIR, WebGMEConfig)),
mntPt = 'other/mount/point';

assert.notEqual(config.rest.components[mntPt], undefined);
assert.equal(config.rest[OTHER_ROUTER].mount, mntPt);
});

describe('rm dependency router', function() {
Expand Down

0 comments on commit 3e64fab

Please sign in to comment.