Skip to content

Commit

Permalink
[fix] Use .toStringEx() in test from #324.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Nov 21, 2014
1 parent 96578a9 commit 2405195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/assert-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ vows.describe('vows/assert').addBatch({
try {
assert.isFalse(true);
} catch (e) {
return e.toString();
return e.toStringEx();
}
},
'should have full path in stack trace': function(topic) {
Expand Down

0 comments on commit 2405195

Please sign in to comment.