We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5e53b commit 9818158Copy full SHA for 9818158
Thirdweb.Tests/Thirdweb.Extensions/Thirdweb.Extensions.Tests.cs
@@ -890,7 +890,7 @@ public async Task GetNFT_721()
890
Assert.NotEmpty(nft.Owner);
891
Assert.Equal(NFTType.ERC721, nft.Type);
892
Assert.True(nft.Supply == 1);
893
- Assert.Null(nft.QuantityOwned);
+ Assert.True(nft.QuantityOwned == 1);
894
}
895
896
[Fact(Timeout = 120000)]
0 commit comments