lesson-7 testing-error
#1857
Answered
by
othaime-en
TimeKeyRoll
asked this question in
Q&A
-
the above error is coming when i try to run
|
Beta Was this translation helpful? Give feedback.
Answered by
othaime-en
Aug 16, 2022
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @MasterofBlockchain
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TimeKeyRoll
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @MasterofBlockchain
Replace
deployer.address
withdeployer
in this lineconst response = await fundme.AddrsstoFunds(deployer.address)
deployer
is already an address so writingdeployer.address
is unnecessary.