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) {