Changed test count to get the green bar back
[jquery.git] / src / jquery / coreTest.js
index d829d30..fcccff2 100644 (file)
@@ -677,7 +677,7 @@ test("val(String)", function() {
 });
 
 test("html(String)", function() {
-       expect(2);
+       expect(3);
        var div = $("div");
        div.html("<b>test</b>");
        var pass = true;