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)]
|
#[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() {
|
||||||
|
|
Loading…
Reference in a new issue