Skip to content

Commit

Permalink
Makes test message more meaningful.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaubourg committed May 2, 2012
1 parent 95291b4 commit ae6b14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ test("load(String, String, Function)", function() {
});
});

asyncTest("load() - #10524", 1, function() {
asyncTest("load() - data specified in ajaxSettings is merged in (#10524)", 1, function() {
jQuery.ajaxSetup({
data: { foo: "bar" }
});
Expand Down

0 comments on commit ae6b14a

Please sign in to comment.