Contract is not deploying locally while testing for testcases #5570
Answered
by
alymurtazamemon
kaushikc44
asked this question in
Q&A
-
I am trying to write test cases for my code, here the MockV3Aggregator is supposed to run locally, upon deploying it works fine but when I try to only run the test case it seems that the MockV3Aggregator does not deploy, and with out deploying the deployment tries to fetch the contract address. Here is the test case code
|
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
May 30, 2023
Replies: 1 comment 2 replies
-
@kaushikc44 typo here |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kaushikc44
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@kaushikc44 typo here
module.exports.tag = ["all","mocks"]
it should betags
nottag