diff --git a/test/test.js b/test/test.js index d18b39a97..8c20b3e9a 100644 --- a/test/test.js +++ b/test/test.js @@ -996,16 +996,6 @@ /*--------------------------------------------------------------------------*/ - QUnit.module('lodash.object'); - - (function() { - test('supports not passing a `values` argument', function() { - deepEqual(_.object(['a', 'b', 'c']), { 'a': undefined, 'b': undefined, 'c': undefined }); - }); - }()); - - /*--------------------------------------------------------------------------*/ - QUnit.module('lodash.omit'); (function() {