Skip to content

Commit

Permalink
test: Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
jawoznia committed Nov 13, 2024
1 parent b8a2e6c commit 4f09075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sylvia/tests/reply_data.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use cosmwasm_schema::cw_serde;
use cosmwasm_std::to_json_binary;
use cw_storage_plus::Item;
use cw_utils::{MsgInstantiateContractResponse, ParseReplyError};
use noop_contract::sv::{Executor, NoopContractInstantiateBuilder};
Expand Down

0 comments on commit 4f09075

Please sign in to comment.