Move client state testing to light client module entry points #6001
Labels
testing
Testing package and unit/integration tests
type: code hygiene
Clean up code but without changing functionality or interfaces
type: refactor
Architecture, code or CI improvements that may or may not tackle technical debt.
Milestone
Summary
#5806 introduced the light client module interface and its associated implementations within ibc-go.
We should migrate unit tests to use the entrypoints for methods on the light client module. This should increase code coverage.
This can be broken into separate PRs for each client module. Existing tests should be refactored to use the
expError error
pattern in favour ofexpPass bool
For Admin Use
The text was updated successfully, but these errors were encountered: