From e0891a2d71bd6d5ea22f2370ba9b21fd72233fdf Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 3 Jun 2013 08:00:29 -0700 Subject: [PATCH] Clarify `lodash underscore` test name in test-build.js. Former-commit-id: 4723604102d38ea252f867aeab16ce167b1d1a49 --- test/test-build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-build.js b/test/test-build.js index d44097e0a..59f8a6781 100644 --- a/test/test-build.js +++ b/test/test-build.js @@ -1056,7 +1056,7 @@ ]; commands.forEach(function(command, index) { - asyncTest('`lodash ' + command +'`', function() { + asyncTest('`lodash underscore ' + command +'`', function() { var start = _.after(2, _.once(QUnit.start)); build(['-s', 'underscore', command], function(data) {