Skip to content
Permalink
Browse files
Forgot to change the number of tests.
  • Loading branch information
jeresig committed Jun 26, 2007
1 parent 456094c commit 05864ee
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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;

0 comments on commit 05864ee

Please sign in to comment.