Verify the header's expected value of ibc_to_abci_client_events
test with an event from ibc-go
#374
Labels
A: low-priority
Admin: low priority / non urgent issue, expect longer wait time for PR reviews
O: testing
Objective: aims to improve testing coverage
Summary
Verify the header's expected string value in
ibc_to_abci_client_events()
test with an emitted event on theibc-go
Details
The testing chain (respectively generated header) structure & params on
ibc-go
does not correspond with the dummy header we create throughget_dummy_ics07_header()
function. we already run the test with the mock header. Thus, it tests the conversion internally, but does not check it against an emittedUpdateClient
event onibc-go
The text was updated successfully, but these errors were encountered: