Fix test build
This commit is contained in:
parent
2e29196b78
commit
415ceefa00
1 changed files with 1 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue