diff --git a/test/unit/core.js b/test/unit/core.js index c51f0538..abd4f679 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -63,7 +63,7 @@ test("selector state", function() { var test; - test = jQuery(); + test = jQuery(undefined); equals( test.selector, "", "Empty jQuery Selector" ); equals( test.context, undefined, "Empty jQuery Context" );