Skip to content

Commit

Permalink
Test => TestMain
Browse files Browse the repository at this point in the history
It was changed in 5e5b86a.
  • Loading branch information
andyli committed Sep 20, 2016
1 parent b7ac401 commit f27cf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/unit-js.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
url: getURLParameter("js") || "bin/unit.js",
dataType: "script",
success: function() {
unit.Test.main();
unit.TestMain.main();
},
error: function(jqXHR, textStatus, errorThrown) {
throw errorThrown;
Expand Down

0 comments on commit f27cf25

Please sign in to comment.