Skip to content

Commit 5b4adab

Browse files
authored
Merge pull request #2102 from CosmWasm/chipshort/fix-test
Fix `main` test
2 parents 5204a89 + d8e5632 commit 5b4adab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/std/src/results/cosmos_msg.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ impl<T> From<GovMsg> for CosmosMsg<T> {
460460
mod tests {
461461
use super::*;
462462
use crate::{coin, coins};
463+
use fmt::Debug;
463464

464465
#[test]
465466
fn from_bank_msg_works() {

0 commit comments

Comments
 (0)