Lesson 9 staging test throws off unit test #1613
-
Trying to finish this lesson. I am at the final part where we are doing the stage test to rinkeby by running hh test --network rinkeby at 16:27 in the video and I am getting this error.
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 12 replies
-
At a quick glance, it seems that the autocomplete has played you a dirty trick. Replace
for
|
Beta Was this translation helpful? Give feedback.
-
Sent a PR which corrected the typo causing the error. |
Beta Was this translation helpful? Give feedback.
-
@cah311 for your second issues, you need to wait after enter raffle: await tx.wait(1); You can see the code from repo. |
Beta Was this translation helpful? Give feedback.
-
@cah311 I know this won't be a proper answer, but let me be totally honest with you. This course gets challenging in the following lessons. There are some things that you need to improve in order to be able to reach your full potential as a blockchain dev! 💪🏽 We can spend all day fixing your typos, or declaration errors, but what would be the point of doing so if you have not developed your own debugging skills, taking away the possibility to learn to apply solutions for yourself? With all due respect please:
Additionally, please try to format your messages accordingly, there seems to be mixed messages and code along your posts 😄 Happy hacking :)) |
Beta Was this translation helpful? Give feedback.
Sent a PR which corrected the typo causing the error.