Skip to content

Commit

Permalink
test: fix failing tests due to balance
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Dec 19, 2024
1 parent 3b67ce8 commit a1e2603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/relayserver/RelayServer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ describe('RelayServer', function () {
await mintTokens(
token,
'TestToken',
utils.parseEther('10'),
utils.parseEther('15'),
smartWallet.address
);

Expand Down Expand Up @@ -1605,7 +1605,7 @@ describe('RelayServer', function () {
await mintTokens(
token,
'TestToken',
utils.parseEther('10'),
utils.parseEther('15'),
smartWallet.address
);

Expand Down

0 comments on commit a1e2603

Please sign in to comment.