-
Notifications
You must be signed in to change notification settings - Fork 17
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
Investigate broken web3 SDK unit tests #385
Comments
Quick check: Possibly related to private key being set. The |
We don't have a private key set on the configuration so we need to inject this on the github action. |
I confirm what @alvin-reyes said. I also ran it locally and managed to run it with a private key: @bgins, where exactly does this test run, is it a github action? |
At the moment, we are only running the web3 tests in CI. lilypad/.github/workflows/test.yml Line 23 in 90a248d
Lines 337 to 340 in 90a248d
We should run the Go unit tests there as well once we fix any broken tests. For the moment, we can run these tests from the root of the project with |
Our web3 SDK unit tests currently fail with an
invalid length, need 256 bits
error:Let's investigate why these tests are failing. We may need to update the tests or fixtures, but this could indicate a bug in the code base.
The text was updated successfully, but these errors were encountered: