Skip to content

Commit b794e5a

Browse files
authored
Merge pull request #2016 from public-awesome/shanev/fix-typo
Fix typo in comments
2 parents d619238 + 3d8e2c0 commit b794e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/testing/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2262,7 +2262,7 @@ mod tests {
22622262
res => panic!("Unexpected result: {res:?}"),
22632263
}
22642264

2265-
// WasmQuery::ContractInfo
2265+
// WasmQuery::CodeInfo
22662266
#[cfg(feature = "cosmwasm_1_2")]
22672267
{
22682268
let result = querier.query(&WasmQuery::CodeInfo { code_id: 4 });

0 commit comments

Comments
 (0)