From 415ceefa004751554d6fa35af827190db3936604 Mon Sep 17 00:00:00 2001 From: hu55a1n1 Date: Sat, 30 Dec 2023 13:41:33 -0800 Subject: [PATCH] Fix test build --- utils/cw-prover/src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/utils/cw-prover/src/main.rs b/utils/cw-prover/src/main.rs index 6444c93..6013524 100644 --- a/utils/cw-prover/src/main.rs +++ b/utils/cw-prover/src/main.rs @@ -128,9 +128,7 @@ fn write_proof_to_file(proof_file: PathBuf, output: AbciQuery) -> Result<(), Box #[cfg(test)] mod tests { use tendermint_rpc::endpoint::abci_query::AbciQuery; - - use crate::proof::cw::RawCwProof; - use crate::proof::Proof; + use cw_proof::{proof::cw::RawCwProof, proof::Proof}; #[test] fn test_query_item() {