Skip to content

Commit

Permalink
chore: rmv wrong test
Browse files Browse the repository at this point in the history
  • Loading branch information
fedealconada committed Jan 22, 2024
1 parent 8cd0afb commit a2e8c7d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/wallet/recovery/Recovery.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,4 @@ contract RecoveryTest is KintoWalletTest {
vm.expectRevert("KW-cr: invalid address");
_kintoWallet.changeRecoverer(payable(address(0)));
}

// todo: change recoverer to a non KKYC'd address
// todo: we don't want to allow recoverer to be a non KYC'd, right?
function testChangeRecoverer_RevertWhen_RecovererIsNotKYCd() public {
vm.prank(address(_walletFactory));
vm.expectRevert("KW-cr: invalid address");
_kintoWallet.changeRecoverer(payable(address(123)));
}
}

0 comments on commit a2e8c7d

Please sign in to comment.