You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do not test what the test description says. This test should test if the module can execute contract calls while the operation it tests is a native token transfer. Theoretically, I might be able to hardcode the call data passed to execTransactiomFromModule, and the test would still pass.
Proposed solution
There are multiple solutions to this, and the implementer should evaluate them:
See if we have enough coverage for the problem I outlined through other tests, and if that's true, adjust the test description
Alternatively, implement additional tests and adjust the test description
The text was updated successfully, but these errors were encountered:
Description
Some tests like
safe-modules/modules/4337/test/erc4337/ERC4337ModuleExisting.spec.ts
Lines 49 to 70 in b8568dd
execTransactiomFromModule
, and the test would still pass.Proposed solution
There are multiple solutions to this, and the implementer should evaluate them:
The text was updated successfully, but these errors were encountered: