diff --git a/test/unit/core.js b/test/unit/core.js index 2eba8db20..fb7273231 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -514,7 +514,6 @@ test( "isNumeric", function() { equal( t( [ 42 ] ), false, "Array with one number" ); equal( t(function(){} ), false, "Instance of a function"); equal( t( new Date() ), false, "Instance of a Date"); - equal( t(function(){} ), false, "Instance of a function"); }); test("isXMLDoc - HTML", function() {