Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Feb 7, 2024
1 parent bb44604 commit 258790c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/cw721-receiver-tester/tests/multitest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ fn setup_contracts(app: &mut App, admin: Addr) -> Contracts {
&base_msg::InstantiateMsg {
name: "nft".to_string(),
symbol: "NFT".to_string(),
minter: admin.to_string(),
minter: Some(admin.to_string()),
withdraw_address: None,
},
&[],
Expand Down

0 comments on commit 258790c

Please sign in to comment.