Skip to content

Commit

Permalink
Merge pull request #2016 from public-awesome/shanev/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in comments
  • Loading branch information
chipshort authored Feb 5, 2024
2 parents d619238 + 3d8e2c0 commit b794e5a
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 b794e5a

Please sign in to comment.