ErrInvalidChannelFlow tests for ica submodules #550
Labels
27-interchain-accounts
good first issue
Good for newcomers
testing
Testing package and unit/integration tests
Milestone
Summary
Interchain accounts is now structured as two distinct submodules
controller
andhost
.Each submodule returns a new error
ErrInvalidChannelFlow
from callback functions defined within their respective ibc_module.go files.Tests are required for all callbacks which now return the error mentioned above, asserting the errors are returned from each submodule on the appropriate callbacks.
ChanOpenInit, ChanOpenAck, Timeout/Ack...etc
For Admin Use
The text was updated successfully, but these errors were encountered: