Hello,
im using truffle,
i had an error that i figure out being caused by having the import of
@openzeppelin/test-helpers in the migration
jshttps://forum.openzeppelin.com/t/truffle-develop-error-with-simple-openzeppelin-test-helpers/13232
Id like to know if there is a way to use something like:
const eta = (await time.latest()).add(time.duration.hours(9))
in the migration without having to make the calculation myself "by hand".
Thank you for reading.