Skip to content

Commit

Permalink
fix: failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sujithsomraaj committed Sep 11, 2023
1 parent 6881c68 commit 4519ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit-tests/MultiMessageSender.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ contract MultiMessageSenderTest is Setup {

uint256 balanceAfter = gac.getRefundAddress().balance;
uint256 fee = sender.estimateTotalMessageFee(DST_CHAIN_ID, receiver, address(42), bytes("42"), 0);
assertEq(balanceBefore - balanceAfter, fee);
assertGt(balanceAfter, balanceBefore);
}

/// @dev perform remote call with an excluded adapter
Expand Down

0 comments on commit 4519ee0

Please sign in to comment.