Skip to content

Commit

Permalink
Fix warning in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadalm committed Jul 18, 2023
1 parent 6b2de23 commit 4a6bdb2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ pub fn setup_test(
) -> (OwnedDeps<MockStorage, MockApi, MockQuerier>, Env) {
let mut dependencies = mock_dependencies();

dependencies
.querier
.update_wasm(|x| general_handle_wasm_query(x));
dependencies.querier.update_wasm(general_handle_wasm_query);

let env = mock_env();

Expand Down

0 comments on commit 4a6bdb2

Please sign in to comment.