Forgot to change the number of tests.
authorJohn Resig <jeresig@gmail.com>
Tue, 26 Jun 2007 20:46:19 +0000 (20:46 +0000)
committerJohn Resig <jeresig@gmail.com>
Tue, 26 Jun 2007 20:46:19 +0000 (20:46 +0000)
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;