Skip to content

Commit

Permalink
test: fix testCannot_RescueLidoTokens test case
Browse files Browse the repository at this point in the history
  • Loading branch information
samparsky committed Sep 27, 2023
1 parent bf088de commit 91388da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/lido/LidoSplit.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ contract LidoSplitTest is LidoSplitTestHelper, Test {
LidoSplit.Invalid_Address.selector
);
lidoSplit.rescueFunds(address(STETH_MAINNET_ADDRESS));

vm.expectRevert(
LidoSplit.Invalid_Address.selector
);
lidoSplit.rescueFunds(address(WSTETH_MAINNET_ADDRESS));
}

function test_CanDistribute() public {
Expand Down

0 comments on commit 91388da

Please sign in to comment.