Minor wording nit in test description. [ci skip]

This commit is contained in:
John-David Dalton
2015-11-14 14:25:01 -08:00
parent 59ec97f59f
commit 1c04dfe083

View File

@@ -2460,7 +2460,7 @@
assert.deepEqual(_.compact(falsey.concat(array)), array);
});
QUnit.test('should work when in between lazy operators', function(assert) {
QUnit.test('should work when in-between lazy operators', function(assert) {
assert.expect(2);
if (!isNpm) {