Forgot to change the number of tests.
[jquery.git] / src / jquery / coreTest.js
index 25e4d52..43b9e81 100644 (file)
@@ -692,7 +692,7 @@ test("val(String)", function() {
 });
 
 test("html(String)", function() {
-       expect(2);
+       expect(1);
        var div = $("div");
        div.html("<b>test</b>");
        var pass = true;