Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
zijianhuang committed Jun 12, 2024
1 parent f85c77a commit daa82fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 612 deletions.
2 changes: 1 addition & 1 deletion DemoCoreWeb/Scripts/tests/demo.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module CommonCases {
QUnit.module("Heroes", function () {
QUnit.test("GetAll", function (assert) {
let done = assert.async();
heroesApi.getHeros(data => {
heroesApi.getHeroes(data => {
assert.ok(data.length > 0);
done();
});
Expand Down
Loading

0 comments on commit daa82fa

Please sign in to comment.