Skip to content

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shanev committed Feb 4, 2024
1 parent d619238 commit 3d8e2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/std/src/testing/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit 3d8e2c0

Please sign in to comment.