Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
anajuliabit committed Jul 8, 2024
1 parent c35c0e6 commit 1f83e76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/Staking.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1274,9 +1274,7 @@ contract Unstake is StakingTest {
}

function test_RevertIf_UnstakeResultsInBalanceLowerThanMinStaked() public {
address depositor = address(
uint160(uint256(keccak256(abi.encodePacked(1234))))
);
address depositor = address(uint160(123));

// create multiple users staking to make the rewards amount accumulated
// for _depositor not greater enough to withdraw the min stake
Expand Down

0 comments on commit 1f83e76

Please sign in to comment.