Skip to content

Commit

Permalink
fix: add test
Browse files Browse the repository at this point in the history
  • Loading branch information
ypatil12 committed Oct 17, 2024
1 parent 786cfa9 commit 1a2833e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import "../../src/contracts/strategies/StrategyBase.sol";
import "forge-std/Test.sol";

/// @notice Tests deployed contracts as part of the public devnet
/// Run with: forge test --mc Devnet_Lifecycle_Test --rpc-url $RPC_HOLESKY
contract Devnet_Lifecycle_Test is Test {

// Contracts
Expand Down Expand Up @@ -83,6 +84,9 @@ contract Devnet_Lifecycle_Test is Test {

// Slash operator
_slashOperator();

// Withdraw staker
_withdrawStaker();
}

function _depositIntoStrategy() internal {
Expand Down

0 comments on commit 1a2833e

Please sign in to comment.