From ae804b8cc7fd05d3ff6eb75ec607c5446bd8dd0d Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 25 Oct 2015 12:43:28 -0700 Subject: [PATCH] Cleanup labels for modified sources tests. --- test/test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test.js b/test/test.js index 7cd110ade..273901f0d 100644 --- a/test/test.js +++ b/test/test.js @@ -9867,7 +9867,7 @@ assert.strictEqual(matches({ 'b': 2 }), false); }); - QUnit.test('should not change match behavior if `source` is modified', function(assert) { + QUnit.test('should not change behavior if `source` is modified', function(assert) { assert.expect(9); var sources = [ @@ -11663,7 +11663,7 @@ assert.deepEqual(actual, objects); }); - QUnit.test('should not change match behavior if `source` is modified', function(assert) { + QUnit.test('should not change behavior if `source` is modified', function(assert) { assert.expect(9); var sources = [ @@ -12052,7 +12052,7 @@ assert.deepEqual(actual, objects); }); - QUnit.test('should not change match behavior if `srcValue` is modified', function(assert) { + QUnit.test('should not change behavior if `srcValue` is modified', function(assert) { assert.expect(9); lodashStable.each([{ 'a': { 'b': 2, 'c': 3 } }, { 'a': 1, 'b': 2 }, { 'a': 1 }], function(source, index) {