Fix broken tests and failed lint after dependency update
- Fixes the breaking tests on npx hardhat commands due to updated dependencies. Specifically the
tomorrow
var in lockable needed to be moved totwoDays
instead for some tests due to changed internals. Sometimes these tests would work and sometimes fail, but withtwoDays
it seems they always work now. - Fixes the resulting linter error that results on
npx hardhat check
in the Lockable contract. - Fixes issue with tenderly hardhat plugin breaking tests.
Edited by Richard T. Carback III