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) {