Lesson 9: AssertionError: Expected transaction to be reverted with Raffle__NotOpen, but other exception was thrown: Error: VM Exception while processing transaction: reverted with custom error 'Raffle__NotEnoughETHEntered()' #655
Unanswered
BrysonHall
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Something is likely off with your smart contract. We'd need to see it. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I was doing the Patrick Collins tutorial link and got this error
AssertionError: Expected transaction to be reverted with Raffle__NotOpen, but other exception was thrown: Error: VM Exception while processing transaction: reverted with custom error 'Raffle__NotEnoughETHEntered()'
when runninghh deploy
.Her is my Raffle.test.js file:
Beta Was this translation helpful? Give feedback.
All reactions