Skip to content

Commit

Permalink
Merge pull request #2102 from CosmWasm/chipshort/fix-test
Browse files Browse the repository at this point in the history
Fix `main` test
  • Loading branch information
chipshort authored Apr 10, 2024
2 parents 5204a89 + d8e5632 commit 5b4adab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/std/src/results/cosmos_msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ impl<T> From<GovMsg> for CosmosMsg<T> {
mod tests {
use super::*;
use crate::{coin, coins};
use fmt::Debug;

#[test]
fn from_bank_msg_works() {
Expand Down

0 comments on commit 5b4adab

Please sign in to comment.