Skip to content

Commit 99e64fb

Browse files
committed
Fix distribution test feature gate
1 parent 9022e4f commit 99e64fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/results/cosmos_msg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ mod tests {
626626
}
627627

628628
#[test]
629-
#[cfg(feature = "cosmwasm_1_3")]
629+
#[cfg(all(feature = "cosmwasm_1_3", feature = "staking"))]
630630
fn msg_distribution_serializes_to_correct_json() {
631631
// FundCommunityPool
632632
let fund_coins = vec![coin(200, "feathers"), coin(200, "stones")];

0 commit comments

Comments
 (0)