testrunner: Updating an orphaned test
[jquery.git] / test / unit / core.js
index c51f053..abd4f67 100644 (file)
@@ -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" );