Lesson 7: Assertion error #551
Unanswered
andremiracle
asked this question in
Q&A
Replies: 1 comment
-
Hello @andremiracle as you can see the reasons is due to the amount you are sending, the entrance fee is $50 which is this amount on eth: So, the assertion is failing because the entrance fee is not higher than 0.18 eth. Just change those values and you'll solve this. best regards, Cromewar. |
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.
-
When I try to "brownie test --network mainnet-fork" from around (6:28:55) in the video, I get an assertion error. I don't know the cause of this, can someone help me. Thanks.



This is my test_lottery.py code
This is my yaml file
this is the error
Beta Was this translation helpful? Give feedback.
All reactions