Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Aug 26, 2024
1 parent f9c8de7 commit 266b717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fn test_nft_update_attributes_and_send() {
.tx()
.from(USER_ADDRESS)
.to(FORWARDER_ADDRESS)
.payment(TestEsdtTransfer(NFT_TOKEN_ID, 0, 1))
.payment(TestEsdtTransfer(NFT_TOKEN_ID, 1, 1))
.whitebox(forwarder_legacy::contract_obj, |sc| {
sc.nft_update_attributes(NFT_TOKEN_ID.to_token_identifier(), 1, new_attributes);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn test_nft_update_attributes_and_send() {
.tx()
.from(USER_ADDRESS)
.to(FORWARDER_ADDRESS)
.payment(TestEsdtTransfer(NFT_TOKEN_ID, 0, 1))
.payment(TestEsdtTransfer(NFT_TOKEN_ID, 1, 1))
.whitebox(forwarder::contract_obj, |sc| {
sc.nft_update_attributes(NFT_TOKEN_ID.to_token_identifier(), 1, new_attributes);

Expand Down

0 comments on commit 266b717

Please sign in to comment.