From 3d8e2c0ae01fb8eb2e3126ae56779e355cd1eabd Mon Sep 17 00:00:00 2001 From: Shane Vitarana Date: Sun, 4 Feb 2024 17:40:40 -0500 Subject: [PATCH] Fix typo in comments --- packages/std/src/testing/mock.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/std/src/testing/mock.rs b/packages/std/src/testing/mock.rs index 9f9096082d..9944a286d4 100644 --- a/packages/std/src/testing/mock.rs +++ b/packages/std/src/testing/mock.rs @@ -2262,7 +2262,7 @@ mod tests { res => panic!("Unexpected result: {res:?}"), } - // WasmQuery::ContractInfo + // WasmQuery::CodeInfo #[cfg(feature = "cosmwasm_1_2")] { let result = querier.query(&WasmQuery::CodeInfo { code_id: 4 });