From 21113b8c87949858cd79dc8a9d9ce1f081ca2d41 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 9 Oct 2016 22:25:01 -0700 Subject: [PATCH] Minor hyphen nit. [ci skip] --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 64c1f2224..631493287 100644 --- a/test/test.js +++ b/test/test.js @@ -14994,7 +14994,7 @@ assert.deepEqual(actual.a, [[3, 4, 3]]); }); - QUnit.test('should merge plain-objects onto non-plain objects', function(assert) { + QUnit.test('should merge plain objects onto non-plain objects', function(assert) { assert.expect(4); function Foo(object) {