Skip to content

Commit

Permalink
fix to flaky test
Browse files Browse the repository at this point in the history
this test failed when the caller was fuzzed to be the ProxyAdmin
  • Loading branch information
ChaoticWalrus committed Oct 16, 2023
1 parent de39e63 commit 8a338a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unit/EigenPodUnit.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ contract EigenPodUnitTests is EigenPodTests {
}

//post M2, all new pods deployed will have "hasRestaked = true". THis tests that
function testDeployedPodIsRestaked(address podOwner) public {
function testDeployedPodIsRestaked(address podOwner) public fuzzedAddress(podOwner) {
cheats.startPrank(podOwner);
eigenPodManager.createPod();
cheats.stopPrank();
Expand Down

0 comments on commit 8a338a0

Please sign in to comment.