Fix test build

This commit is contained in:
hu55a1n1 2023-12-30 13:41:33 -08:00
parent 2e29196b78
commit 415ceefa00

View file

@ -128,9 +128,7 @@ fn write_proof_to_file(proof_file: PathBuf, output: AbciQuery) -> Result<(), Box
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use tendermint_rpc::endpoint::abci_query::AbciQuery; use tendermint_rpc::endpoint::abci_query::AbciQuery;
use cw_proof::{proof::cw::RawCwProof, proof::Proof};
use crate::proof::cw::RawCwProof;
use crate::proof::Proof;
#[test] #[test]
fn test_query_item() { fn test_query_item() {