Skip to content

Commit d8e5632

Browse files
committed
Fix test
1 parent 5204a89 commit d8e5632

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)