Replies: 2 comments
-
try change:
to:
if you use newest ethers |
Beta Was this translation helpful? Give feedback.
0 replies
-
@borailci What made it work for you? |
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.
-
Hello everyone!
I'm currently on Lesson 7 in the course.
TimeStamp : 11.43:50
I am getting a error like:
withdraw
allows us to withdraw with multiple funders:
AssertionError: expected 1000000000000000000n to equal +0
at Context. (test/unit/FundMe.test.js:127:24)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
My FundMe.test.js code is below :
I assume that funders could not withdraw properly but I could not figure it out.
Can anyone help me out?
Beta Was this translation helpful? Give feedback.
All reactions