From dc60857fa1ea068422ec97b1dcfa7f4875886d80 Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Thu, 22 Aug 2024 13:36:58 -0700 Subject: [PATCH] TEMPORARY: no-op edit for debugging ci --- crates/core/app/tests/ibc_handshake.rs | 1 + 1 file changed, 1 insertion(+) 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.