Description
The execute function is critical. We need to ensure it's fully tested, especially the edge cases regarding timing and conditions.
Requirements
- Add tests for executing a task too early.
- Add tests for executing a task with a failing condition resolver.
- Ensure gas costs are tracked in the tests.
Description
The
executefunction is critical. We need to ensure it's fully tested, especially the edge cases regarding timing and conditions.Requirements