_setDeadline is not initialised in the constructor of the contract, meaning deadline is 0 until an action with _setDeadline is called by the owner, which would set it to block.timestamp + TIMELOCK.
The protocol will not function as expected or as intended.
Add the following code to InheritanceManagerTest.t.sol:
The result should be a number along the lines of block.timestamp + 7776000, however the assertion above passes.
Manual review, Foundry
Add the following line to the constructor to ensure the deadline is set correctly.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.