Forgot to change the number of tests.

This commit is contained in:
John Resig 2007-06-26 20:46:19 +00:00
parent 456094c205
commit 05864eebcd

View file

@ -692,7 +692,7 @@ test("val(String)", function() {
}); });
test("html(String)", function() { test("html(String)", function() {
expect(2); expect(1);
var div = $("div"); var div = $("div");
div.html("<b>test</b>"); div.html("<b>test</b>");
var pass = true; var pass = true;