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