Skip to content

Lesson 9: Same issue discussed in #1714 - "before each" hook for "initializes the raffle correctly" #5506

Closed Answered by HarshDev56
cryptocambi asked this question in Q&A
Discussion options

You must be logged in to vote

@cryptocambi you need to change in this file 00-deploy-mocks.js
replace this

module.exports.tags = ["All", "mocks"]

with

 module.exports.tags = ["all", "mocks"]

because you call await deployments.fixture(["all"]) this with all and in your 00-deploy-mocks.js file it is capital All so that is creating issue . and i also create a pull request for you your repo you can merge that also . if you found this answer help full then please mark it as Answer/solved . so others can get the answer

Replies: 4 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@cryptocambi
Comment options

Comment options

You must be logged in to vote
1 reply
@cryptocambi
Comment options

Answer selected by cryptocambi
Comment options

You must be logged in to vote
2 replies
@cryptocambi
Comment options

@HarshDev56
Comment options

Comment options

You must be logged in to vote
3 replies
@HarshDev56
Comment options

@HarshDev56
Comment options

@cryptocambi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants