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)]
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() {