Skip to content

Commit

Permalink
missed two
Browse files Browse the repository at this point in the history
  • Loading branch information
wesl-ee committed Aug 1, 2024
1 parent 4b38f7d commit 9b3af1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/adapters/swap/drop/tests/test_queries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use cosmwasm_std::{
};
// use lido_satellite::msg::ExecuteMsg as LidoSatelliteExecuteMsg;
use skip::{asset::Asset, swap::QueryMsg};
use skip_api_swap_adapter_drop::{
use skip_go_swap_adapter_drop::{
error::ContractResult,
state::{BONDED_DENOM, DROP_CORE_CONTRACT_ADDRESS, REMOTE_DENOM},
};
Expand Down Expand Up @@ -180,7 +180,7 @@ fn test_queries(params: Params) -> ContractResult<()> {
BONDED_DENOM.save(deps.as_mut().storage, &String::from("factory/uatom"))?;

// Call execute_swap with the given test parameters
let res = skip_api_swap_adapter_drop::contract::query(deps.as_ref(), env, params.query.clone())
let res = skip_go_swap_adapter_drop::contract::query(deps.as_ref(), env, params.query.clone())
.unwrap();

assert_eq!(res, params.response);
Expand Down

0 comments on commit 9b3af1d

Please sign in to comment.