Skip to content

Commit

Permalink
Update packages/zevm-app-contracts/test/Withdraw.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas <[email protected]>
  • Loading branch information
andresaiello and lucas-janon authored Mar 16, 2024
1 parent e2575c1 commit 91113fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zevm-app-contracts/test/Withdraw.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe("Withdraw tests", () => {
expect(balance).to.equal(decodedEventData.args.value);
});

it("Should revert if it's not enogth", async () => {
it("Should revert if it's not enough", async () => {
const INITIAL_AMOUNT = parseEther("0.01");

await mockUSDCContracts.approve(withdrawERC20Contract.address, INITIAL_AMOUNT);
Expand Down

0 comments on commit 91113fe

Please sign in to comment.