Skip to content

Commit

Permalink
chore: add linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sujithsomraaj committed Oct 9, 2023
1 parent 0a3501c commit 2156819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit-tests/MultiBridgeMessageSender.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -813,12 +813,12 @@ contract MultiBridgeMessageSenderTest is Setup {
);
}

function test_revert_for_invalid_success_threshold() public {
function test_revert_for_invalid_success_threshold() public {
vm.startPrank(caller);

uint256 nativeValue = 2 ether;
uint256 invalidSuccessThrehsold = 10;

vm.expectRevert(Error.MULTI_MESSAGE_SEND_FAILED.selector);
sender.remoteCall{value: nativeValue}(
DST_CHAIN_ID,
Expand Down

0 comments on commit 2156819

Please sign in to comment.