Skip to content

Commit

Permalink
Limit msg_distribution_serializes_to_correct_json to cosmwasm_1_3
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jun 28, 2023
1 parent 021617f commit ca986c5
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 @@ -471,6 +471,7 @@ mod tests {
}

#[test]
#[cfg(feature = "cosmwasm_1_3")]
fn msg_distribution_serializes_to_correct_json() {
// FundCommunityPool
let fund_coins = vec![coin(200, "feathers"), coin(200, "stones")];
Expand Down

0 comments on commit ca986c5

Please sign in to comment.