Minor test label nit of param to argument.

This commit is contained in:
John-David Dalton
2015-10-08 23:33:03 -07:00
parent 1fd710e88d
commit cdf03228c2

View File

@@ -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' }),