Skip to content

Commit

Permalink
test: update tests with new Pool struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloGie committed May 9, 2024
1 parent 75556bd commit 50f18aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/migrate_from_0_1_0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
mod tests {
use apollo_cw_asset::{AssetInfo, AssetInfoUnchecked, AssetUnchecked};
use cosmwasm_std::{coin, Coin, Empty, Uint128};
use cw_dex::osmosis::OsmosisPool;
use cw_dex::Pool;
use cw_dex_osmosis::OsmosisPool;
use cw_dex_router::msg::{ExecuteMsg, MigrateMsg};
use cw_dex_router::operations::{SwapOperation, SwapOperationsList};
use cw_dex_router::pool::Pool;
use cw_it::osmosis_std::types::cosmwasm::wasm::v1::{
MsgMigrateContract, MsgMigrateContractResponse,
};
Expand Down
4 changes: 2 additions & 2 deletions tests/osmosis_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ mod osmosis_tests {
use cosmwasm_std::{QuerierWrapper, StdError, StdResult, Uint128};

use apollo_cw_asset::{AssetInfo, AssetInfoUnchecked};
use cw_dex::osmosis::OsmosisPool;
use cw_dex::Pool;
use cw_dex_osmosis::OsmosisPool;
use cw_dex_router::msg::InstantiateMsg;
use cw_dex_router::pool::Pool;

use cw_dex_router::operations::{SwapOperation, SwapOperationsList};

Expand Down

0 comments on commit 50f18aa

Please sign in to comment.