Replies: 1 comment 1 reply
-
How's this? #225 (comment) |
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.
-
Hello Patrick,
Nice to e-meet you! There's nothing new to say about your tutorial: examples of poor quality, not so well explained, most of the time the code doesn't compile.... Naaaahhh!!! I'm just kidding. The tutorial is just amazing!!!
I want to ask you just one thing. For your next tutorial, the 64 hours tutorial, could you please activate the automatic transcription when you upload the video to Youtube? I am not a native English speaker and I need extra concentration to understand what you say if I can't read the text from the automatic transcription, and I am too lazy to do it :).
Now, hello to somebody else. About the subject of this discussion, just in case someone is having the same problem. I'm following the tutorial, writing the code by myself (not simply copy/pasting the whole thing) and in some point, and after running the command
yarn hardhat test --network rinkeby
I was expecting the output
1 passing
but instead I was getting the output
0 passing
It seemed that Chai was ignoring my test for some reason, maybe due to some configuration file.
The thing was that I was misspelling some function calls to 'ethers' and I didn't get any error in the console, the test was just ignored.
So, when you get something similar, be sure to double-check your calls are correctly spelled, and probably it should solve your problem.
I hope it helps!
Best!
Beta Was this translation helpful? Give feedback.
All reactions