diff --git a/crates/core/app/tests/ibc_handshake.rs b/crates/core/app/tests/ibc_handshake.rs index e000a824eb..45b44fb6dd 100644 --- a/crates/core/app/tests/ibc_handshake.rs +++ b/crates/core/app/tests/ibc_handshake.rs @@ -12,6 +12,7 @@ pub static MAIN_STORE_PROOF_SPEC: Lazy> = mod common; /// Exercises that the IBC handshake succeeds. +/// no-op edit by @conorsch #[tokio::test] async fn ibc_handshake() -> anyhow::Result<()> { // Install a test logger, and acquire some temporary storage.