Skip to content

Commit

Permalink
fixed integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Oct 31, 2024
1 parent 195da14 commit 84a74c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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![],
Expand Down

0 comments on commit 84a74c2

Please sign in to comment.