-
I am trying to work on this issue but when I run the command below to see the e2e test current behavior I get this error even though my balance is Balance:94.18954228 ℏ
When I run I get this error, what could I be missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @RashRAJ You can try the following command to run the e2e tests:
About the balance issues, when the testing env is created, a new operator account is created with it as well. This new operator has initial balance of 150 HBARs, meaning your initial operator account needs to have at least 150 HBARs. |
Beta Was this translation helpful? Give feedback.
Hey @RashRAJ
You can try the following command to run the e2e tests:
About the balance issues, when the testing env is created, a new operator account is created with it as well. This new operator has initial balance of 150 HBARs, meaning your initial operator account needs to have at least 150 HBARs.
Note that when the testing env is closed, this newly created account is deleted and the remaining of it's balance is transferred back to your account.
If you want to change this for testing purposes, just edit line 129 in
utilities_for_test.go
(SetInitialBalance(NewH…