Skip to content

Commit

Permalink
fix tests in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Oct 16, 2024
1 parent abebb3e commit ba8de0c
Show file tree
Hide file tree
Showing 3 changed files with 2,824 additions and 2,776 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use cosmwasm_std::testing::{MockApi, MockQuerier, MockStorage};
use cosmwasm_std::{
from_json, Binary, Coin, ContractResult, CustomQuery, FullDelegation, GrpcQuery, OwnedDeps,
Querier, QuerierResult, QueryRequest, SystemError, SystemResult, Uint128, Validator,
from_json, Binary, Coin, ContractResult, CustomQuery, GrpcQuery, OwnedDeps,
Querier, QuerierResult, QueryRequest, SystemError, SystemResult, Uint128,
};
use neutron_std::types::neutron::interchainqueries::{
QueryRegisteredQueryRequest, QueryRegisteredQueryResultRequest,
Expand Down
Loading

0 comments on commit ba8de0c

Please sign in to comment.