Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlinaric committed Aug 8, 2024
1 parent 206f762 commit da7ca5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gmpTransferAdapter/fees/withdraw.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ contract("Gmp transfer adapter - [Withdraw]", async (accounts) => {
const adapterBalanceBefore = await web3.eth.getBalance(GmpTransferAdapterInstance.address);

await assertOnlyAdmin(() =>
GmpTransferAdapterInstance.withdraw(
GmpTransferAdapterInstance.withdraw.call(
recipientAddress,
withdrawAmount,
{
Expand Down

0 comments on commit da7ca5f

Please sign in to comment.