Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroEkkusu committed Dec 1, 2023
1 parent 018e087 commit 5cb180d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/forge/root/staking/CustomSupernetManager.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ abstract contract Uninitialized is Test {
stakeManager = StakeManager(proxify("StakeManager.sol", ""));
supernetManager = CustomSupernetManager(proxify("CustomSupernetManager.sol", ""));
stakeManager.initialize(address(token));
rootERC20Predicate = new RootERC20Predicate();
rootERC20Predicate = RootERC20Predicate(proxify("RootERC20Predicate.sol", ""));
}
}

Expand Down

0 comments on commit 5cb180d

Please sign in to comment.