Testing failed with error #2035
Answered
by
othaime-en
DeadmanAbir
asked this question in
Q&A
-
Hey guys I am writing tests for dynamicsvgNfts that are shown in the tutorial, I have successfully deployed the contract by writing mocks and scripts, but when it comes to testing whenever I tried to run tests it gives an error like
Please have a look into the repo and help me solve the problem. |
Beta Was this translation helpful? Give feedback.
Answered by
othaime-en
Aug 25, 2022
Replies: 1 comment 3 replies
-
Try running |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
DeadmanAbir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try running
yarn hardhat clean
yarn hardhat compile
and see if it fixes your issue first.