From: John Resig Date: Tue, 26 Jun 2007 20:46:19 +0000 (+0000) Subject: Forgot to change the number of tests. X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=05864eebcd4b6907043197ca9817715c3a46aa1b;p=jquery.git Forgot to change the number of tests. --- diff --git a/src/jquery/coreTest.js b/src/jquery/coreTest.js index 25e4d52..43b9e81 100644 --- a/src/jquery/coreTest.js +++ b/src/jquery/coreTest.js @@ -692,7 +692,7 @@ test("val(String)", function() { }); test("html(String)", function() { - expect(2); + expect(1); var div = $("div"); div.html("test"); var pass = true;