Error with Staging test #1916
-
When i run Here is the github Link : https://github.com/MasterofBlockchain/hh-Fund-Me-fcc
could anyone please have a look ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Reply w/ how the terminal is like when it "freezes" |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hey @MasterofBlockchain try and rewrite line 19 of FundMe.staging.test.js (
The entire test should look like this
If tx.wait(1) doesn't work try tx.wait(2) and see if it works. |
Beta Was this translation helpful? Give feedback.
Hey @MasterofBlockchain try and rewrite line 19 of FundMe.staging.test.js (
await FundMe.withdrawal()
) as followsThe entire test should look like this
If tx.wait(1) doesn't work try tx.wait(2) and see if it works.