Skip to content

Commit

Permalink
test fix for nft-escrow
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiuosvat committed Aug 22, 2024
1 parent 33c9c4c commit 860aaba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/nft-escrow/tests/nft-escrow_blackbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ impl NftEscrowTestState {

world
.account(OWNER_ADDRESS)
.esdt_nft_balance(TOKEN_IDENTIFIER, 1, 10, ManagedBuffer::new());
.esdt_nft_balance(TOKEN_IDENTIFIER, 1, 10, ManagedBuffer::new())
.esdt_nft_balance(TOKEN_IDENTIFIER, 0, 10, ManagedBuffer::new());

world
.account(BUYER_ADDRESS)
Expand Down

0 comments on commit 860aaba

Please sign in to comment.