diff --git a/ci/integration-tests/src/tests/dao_voting_cw721_staked_test.rs b/ci/integration-tests/src/tests/dao_voting_cw721_staked_test.rs index c49cca134..390407979 100644 --- a/ci/integration-tests/src/tests/dao_voting_cw721_staked_test.rs +++ b/ci/integration-tests/src/tests/dao_voting_cw721_staked_test.rs @@ -127,7 +127,7 @@ pub fn claim_nfts(chain: &mut Chain, sender: &SigningKey) { CONTRACT_NAME, "claim_nfts", &module::msg::ExecuteMsg::ClaimNfts { - token_ids: Some(vec![]), + r#type: module::msg::ClaimType::All, }, sender, vec![],