Getting Error while writing test for NFT Marketplace. #2116
Unanswered
DeadmanAbir
asked this question in
Q&A
Replies: 1 comment 4 replies
-
@DeadmanAbir Made a PR, let me know if that fixes the issue |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys, I am getting an error while writing test for NFT Marketplace as shown in the tutorial. In the test I am approving the ERC721 to the marketplace address, but someHow it's not approving, and when it comes to list the NFT to MarketPlace it gets revert saying
This token isn't approved for listing
.Please help
Code- https://github.com/DeadmanAbir/NFT-Marketplace/blob/main/test/market.test.js
Beta Was this translation helpful? Give feedback.
All reactions