Raffle.test.js failing unit testing 7/14 #6025
Replies: 1 comment
-
It looks like these blocks are not working correctly: await network.provider.send("evm_increaseTime", [
Number(keepersUpdateInterval) + 1,
])
await network.provider.request({ method: "evm_mine", params: [] }) |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I finished the lecture and I am passing all the testnet staging tests and everything is well, however I would like to have the code correct and I am still wondering where the problem in my unit tests is, I am seeing a few errors that I believe are interconnected. I have searched through a few repos to see where I am going wrong and i just cant find the bugs.
Any help is much appreciated :)
Current Error Codes:
i will also update the repo now. (hh-solidity/hardhat-smartcontract-lottery)
Beta Was this translation helpful? Give feedback.
All reactions