-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"npm test" failed #183
Comments
Hey @gerisse! Are you getting this error on master branch? I just ran the tests on master and they all passed for me. What version of node are you running? You can find that out by typing |
yes, Darcius, i 'm on master branch. |
@gerisse Ah ok, found the issue! We hadn't tested on > Node 13 LTS before, so I upgraded to Node 14 LTS which caused issues with our versions of Ganache / Truffle. Updated those and then encountered your error which it seems was due to a bug in that unit test which was being ignored in previous node versions. If you do a fresh pull + |
ok , so i did the update , and choosed the node 14 version. But the same issue appears :-( |
That is odd, it appears fixed for me. Did you run a |
yes, i pulled it before |
hi
After
npm install
, i runnpm test
. It failed , with this message :Contract: RocketNodeManager admin: can set a node's trusted status: Error: value out-of-bounds (argument="_index", value="-1", code=INVALID_ARGUMENT, version=abi/5.0.0-beta.153)
an idea ? thanks
The text was updated successfully, but these errors were encountered: