diff --git a/src/jquery/coreTest.js b/src/jquery/coreTest.js index d829d3092..fcccff261 100644 --- a/src/jquery/coreTest.js +++ b/src/jquery/coreTest.js @@ -677,7 +677,7 @@ test("val(String)", function() { }); test("html(String)", function() { - expect(2); + expect(3); var div = $("div"); div.html("test"); var pass = true;