diff --git a/test/test.js b/test/test.js index f39bdd64d..735f1af6f 100644 --- a/test/test.js +++ b/test/test.js @@ -17652,7 +17652,7 @@ } }); - QUnit.test('should support the legacy `options` param signature', function(assert) { + QUnit.test('should support the legacy `options` argument signature', function(assert) { assert.expect(1); var compiled = _.template('<%= data.a %>', null, { 'variable': 'data' }),