Skip to content

Commit

Permalink
chore: fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Oct 7, 2024
1 parent 08a285f commit 05e906b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/action.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ https://github.com/ubiquibot/conversation-rewards/actions/runs/1
https://github.com/ubiquibot/conversation-rewards/actions/runs/1
{
"message": "Some error",
"caller": "error"
"caller": "_callee$"
}
-->`);
});
Expand Down
2 changes: 1 addition & 1 deletion tests/process.issue.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import "../src/parser/command-line";
const issueUrl = process.env.TEST_ISSUE_URL ?? "https://github.com/ubiquibot/conversation-rewards/issues/5";

jest.mock("../src/helpers/web3", () => ({
getERC20TokenSymbol() {
getErc20TokenSymbol() {
return "WXDAI";
},
}));
Expand Down
2 changes: 1 addition & 1 deletion tests/rewards.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jest.mock("@supabase/supabase-js", () => {
});

jest.mock("../src/helpers/web3", () => ({
getERC20TokenSymbol() {
getErc20TokenSymbol() {
return "WXDAI";
},
}));
Expand Down

0 comments on commit 05e906b

Please sign in to comment.