Skip to content

Commit 007ca07

Browse files
committed
fix post proposal check
1 parent 392cf78 commit 007ca07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/PostProposalCheck.sol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ contract PostProposalCheck is LiveProposalCheck {
8585
vm.selectFork(MOONBEAM_FORK_ID);
8686
}
8787

88+
// revert back to proposalStartTime
89+
vm.warp(proposalStartTime);
90+
8891
addresses.removeAllRestrictions();
8992

9093
vm.setEnv("PRIMARY_FORK_ID", vm.toString(primaryForkBefore));

0 commit comments

Comments
 (0)