Skip to content

Commit

Permalink
chore: add more assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
tringuyenskymavis committed Nov 5, 2024
1 parent a57b30c commit 6397bef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ contract RNSCommisson__allocateCommissionAndTransferToRecipient_Test is RNSCommi
vm.prank(_senders[0]);
(sent,) = address(_rnsCommission).call{ value: 0 }(new bytes(0));

assertTrue(sent);
assertEq(_skyMavisTreasuryAddr.balance, 0);
assertEq(_roninNetworkTreasuryAddr.balance, 0);
assertEq(address(_rnsCommission).balance, 0);
Expand Down

0 comments on commit 6397bef

Please sign in to comment.