Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkl committed Dec 8, 2024
1 parent 627fb0e commit a0f6f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/tests/controller_tests/list_streams.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![cfg(test)]
use crate::helpers::mock_messages::{get_controller_inst_msg, CreateStreamMsgBuilder};
use crate::helpers::suite::{Suite, SuiteBuilder};
use crate::helpers::utils::get_wasm_attribute_with_key;
#[cfg(test)]
use cosmwasm_std::coin;
use cosmwasm_std::Binary;
use cw_multi_test::Executor;
Expand Down

0 comments on commit a0f6f2a

Please sign in to comment.