Lesson:13 -No Contract deployed with name BasicNft #4694
-
I've written the whole test code from the github repo associated with this course and rechecked almost everything multiple times and yet I cant find the issue anywhere. Whenever I try to run hh testI get the error:No Contract deployed with name BasicNftPlease help me to solve this issue.I've already tried to look for help from the past discussions but in vain. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @Shawon-Mandal In your |
Beta Was this translation helpful? Give feedback.
Hello @Shawon-Mandal
In your
01-deploy-basic-nft.js
file you have to uncomment following line://module.exports.tags = ["all", "basicnft", "main"]
as it is not performing yourfixture
code in test because of that as you have to give it that "basicnft" tag to perform and deploy your nft contract for tests.