Lesson 6 FAILED tests/test_fund_me.py::test_can_fund_and_withdraw #711
Answered
by
cromewar
DarrenWayn
asked this question in
Q&A
-
FAILED tests/test_fund_me.py::test_can_fund_and_withdraw
is there anything wrong? the test failed |
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Jan 6, 2022
Replies: 1 comment 2 replies
-
Hello @DarrenWayn you must use accounts.add with 'S' and you have it as account.add, that is giving you an error. Give it a try ;) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
cromewar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @DarrenWayn you must use accounts.add with 'S' and you have it as account.add, that is giving you an error. Give it a try ;)