Skip to content

Commit

Permalink
fix asseration error (Foo > Foo.Baz)
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed Apr 2, 2015
1 parent e3fc06b commit 89b6a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dox.test.js
Expand Up @@ -251,7 +251,7 @@ module.exports = {
comments[0].ctx.type.should.be.equal('class');
comments[0].ctx.name.should.be.equal('FooBar');
comments[0].ctx.constructor.should.be.equal('FooBar');
comments[0].ctx.extends.should.be.equal('Foo');
comments[0].ctx.extends.should.be.equal('Foo.Baz');
comments[0].ctx.string.should.be.equal('new FooBar()');
comments[0].line.should.equal(2);
comments[0].codeStart.should.equal(7);
Expand Down

0 comments on commit 89b6a55

Please sign in to comment.