Closed iamacook closed 1 week ago
After adding recovery relaying, our tests started to break due to undefined addresses in multiSend calls.
undefined
multiSend
When testing recovery "batches", we inherently have >1 transaction in the mocked data. We do not, however, have enough mock Safe addresses to compare against.
This adjusts the min length of mock addresses to match that of the number of transactions in a batch.
min
Summary
After adding recovery relaying, our tests started to break due to
undefined
addresses inmultiSend
calls.When testing recovery "batches", we inherently have >1 transaction in the mocked data. We do not, however, have enough mock Safe addresses to compare against.
This adjusts the
min
length of mock addresses to match that of the number of transactions in a batch.Changes
min
values of mock Safe addresses in recovery relaying batches