From cc1c1c127e096042cf1857b6f98398228545b891 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 3 Mar 2016 22:41:56 -0800 Subject: [PATCH] Cleanup path test labels. --- test/test.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/test.js b/test/test.js index 6c235c38a..a71c7dcbe 100644 --- a/test/test.js +++ b/test/test.js @@ -13410,7 +13410,7 @@ }); }); - QUnit.test('should work with non-string `path` arguments', function(assert) { + QUnit.test('should work with a non-string `path`', function(assert) { assert.expect(2); var array = [1, 2, 3]; @@ -14488,7 +14488,7 @@ }); }); - QUnit.test('should work with non-string `path` arguments', function(assert) { + QUnit.test('should work with a non-string `path`', function(assert) { assert.expect(2); var array = lodashStable.times(3, _.constant); @@ -14643,7 +14643,7 @@ }); }); - QUnit.test('should work with non-string `path` arguments', function(assert) { + QUnit.test('should work with a non-string `path`', function(assert) { assert.expect(2); var array = lodashStable.times(3, _.constant); @@ -16593,7 +16593,7 @@ }); }); - QUnit.test('should work with non-string `path` arguments', function(assert) { + QUnit.test('should work with a non-string `path`', function(assert) { assert.expect(2); var array = [1, 2, 3]; @@ -16722,7 +16722,7 @@ }); }); - QUnit.test('should work with non-string `path` arguments', function(assert) { + QUnit.test('should work with a non-string `path`', function(assert) { assert.expect(2); var array = [1, 2, 3],