Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 21, 2024
1 parent 742ba1b commit f062ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Base.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ abstract contract BaseTest is RhinestoneModuleKit, Test {
zkEmailDeployer = vm.addr(1);

vm.startPrank(zkEmailDeployer);
uint256 setTimeDelay = 7 days;
uint256 setTimeDelay = 0;
UserOverrideableDKIMRegistry overrideableDkimImpl = new UserOverrideableDKIMRegistry();
ERC1967Proxy dkimProxy = new ERC1967Proxy(
address(overrideableDkimImpl),
Expand Down

0 comments on commit f062ebf

Please sign in to comment.