Skip to content

Commit

Permalink
fix bug I should not have pushed by pushing a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jan 24, 2019
1 parent c198329 commit b5d8513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/interfaces/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ module.exports = function(suites, context, mocha) {
if (typeof result !== 'undefined') {
utils.deprecate(
'Suites ignore return values. Suite "' +
opts.fullTitle() +
suite.fullTitle() +
'" in ' +
opts.file +
suite.file +
' returned a value; this may be a bug in your test code'
);
}
Expand Down

0 comments on commit b5d8513

Please sign in to comment.