From 13b1fc6b44643179bb242b6ed6099e4ab7457e00 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 6 Sep 2012 00:38:22 -0700 Subject: [PATCH] Remove an unneeded `_.object` unit test. Former-commit-id: 2334bda13fbd9bd683b3f650ff47f1a676139319 --- test/test.js | 10 ---------- 1 file changed, 10 deletions(-) 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() {