Replies: 2 comments
-
|
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.
-
|
@0xivanov @hendrikebbers @RashRAJ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 ℏ
env OPERATOR_KEY=$OPERATOR_KEY OPERATOR_ID=$OPERATOR_ID go test -v -timeout 9999s -tags=e2e ./...When I run
env OPERATOR_KEY=$OPERATOR_KEY OPERATOR_ID=$OPERATOR_ID go test -v -timeout 9999s -tags=e2e ./utilities_for_test.goI get this error, what could I be missing?
cc: @0xivanov @hendrikebbers
Beta Was this translation helpful? Give feedback.
All reactions