Skip to content

Commit 9818158

Browse files
committed
fix test
1 parent 6e5e53b commit 9818158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Thirdweb.Tests/Thirdweb.Extensions/Thirdweb.Extensions.Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ public async Task GetNFT_721()
890890
Assert.NotEmpty(nft.Owner);
891891
Assert.Equal(NFTType.ERC721, nft.Type);
892892
Assert.True(nft.Supply == 1);
893-
Assert.Null(nft.QuantityOwned);
893+
Assert.True(nft.QuantityOwned == 1);
894894
}
895895

896896
[Fact(Timeout = 120000)]

0 commit comments

Comments
 (0)