From b5d8513887e71477861db74a43b0d84fd191f313 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Thu, 24 Jan 2019 12:06:06 -0800 Subject: [PATCH] fix bug I should not have pushed by pushing a fix --- lib/interfaces/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/interfaces/common.js b/lib/interfaces/common.js index 4c9c4303b6..6384c7d477 100644 --- a/lib/interfaces/common.js +++ b/lib/interfaces/common.js @@ -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' ); }