From 05864eebcd4b6907043197ca9817715c3a46aa1b Mon Sep 17 00:00:00 2001 From: John Resig Date: Tue, 26 Jun 2007 20:46:19 +0000 Subject: [PATCH] Forgot to change the number of tests. --- src/jquery/coreTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.10.4