Skip to content

Commit

Permalink
Forgot to change the number of tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Jun 26, 2007
1 parent 456094c commit 05864ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery/coreTest.js
Expand Up @@ -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;
Expand Down

0 comments on commit 05864ee

Please sign in to comment.