We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ee6f5 commit 5bad054Copy full SHA for 5bad054
packages/std/src/results/cosmos_msg.rs
@@ -331,13 +331,13 @@ mod tests {
331
}
332
333
334
- #[cosmwasm_schema::cw_serde]
335
- enum ExecuteMsg {
336
- Mint { coin: Coin },
337
- }
338
-
339
#[test]
340
fn wasm_msg_debug_decodes_binary_string_when_possible() {
+ #[cosmwasm_schema::cw_serde]
+ enum ExecuteMsg {
+ Mint { coin: Coin },
+ }
+
341
let msg = WasmMsg::Execute {
342
contract_addr: "joe".to_string(),
343
msg: to_binary(&ExecuteMsg::Mint {
0 commit comments