Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

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 461a01c commit ba076a1
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 ba076a1

Please sign in to comment.