Skip to content

Commit

Permalink
refining test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Gerber authored and stat committed Dec 10, 2024
1 parent 15696be commit 6e7fe9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/wallet_address_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ describe("WalletAddress", () => {
});
});

describe("when it is fails invoking a payable contract method", () => {
describe("when it is fails to invoke a payable contract method", () => {
let amount = new Decimal("1000");

it("throws an error for invalid input", async () => {
Expand Down

0 comments on commit 6e7fe9a

Please sign in to comment.