lesson-12 TESTING
QUESTIONS
#2617
-
In the screenshot I understand this
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hey @MasterofBlockchain if you checkout the test on the repo, at the test starting from line 45. If you look at the test, the two test inside the |
Beta Was this translation helpful? Give feedback.
-
essentially is a set of accounts; you can arbitrarily have any set of accounts. We use the Note: in our script, for |
Beta Was this translation helpful? Give feedback.
Hey @MasterofBlockchain if you checkout the test on the repo, at the test starting from line 45. If you look at the test, the two test inside the
describe
deal with transfering of tokens. So we needed, to have an extra account which we can transfer tokens to and test thetransfer
functionality.sidenote: I see from the screenshot you are retrieving
user1
but thenamedAccounts
object above hasuser
instead. Please make the necessary changes.