diff --git a/tools/integration-test/src/tests/interchain_security/ica_ordered_channel.rs b/tools/integration-test/src/tests/interchain_security/ica_ordered_channel.rs index 37999e478f..42dd0877d5 100644 --- a/tools/integration-test/src/tests/interchain_security/ica_ordered_channel.rs +++ b/tools/integration-test/src/tests/interchain_security/ica_ordered_channel.rs @@ -94,7 +94,9 @@ impl BinaryChannelTest for IcaOrderedChannelTest { &channel_id.as_ref(), &port_id.as_ref(), )?; - }); + + Ok(()) + })?; // Assert that the channel returned by `register_interchain_account` is an ordered channel let channel_end =