-
Notifications
You must be signed in to change notification settings - Fork 995
fix test for wei formatting #9231
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
Conversation
|
@nethoxa thanks for the PR. Is this the only test that is failing when run locally for you? |
|
thinking about this further - would it make more sense to update the test instead, so that any log messages appear in user's locale formatting. Change the test to also use String.format |
Signed-off-by: nethoxa <nethoxa@proton.me>
925a269 to
680c83d
Compare
Signed-off-by: nethoxa <nethoxa@proton.me>
Signed-off-by: nethoxa <nethoxa@proton.me>
|
like that @macfarla? |
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
* fix wei formatting Signed-off-by: nethoxa <nethoxa@proton.me> * apply changes to wei fmt Signed-off-by: nethoxa <nethoxa@proton.me> * fix toHumanReadablePaddedString Signed-off-by: nethoxa <nethoxa@proton.me> --------- Signed-off-by: nethoxa <nethoxa@proton.me> Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com> Signed-off-by: Ali Zhagparov <alijakparov.kz@gmail.com>
* fix wei formatting Signed-off-by: nethoxa <nethoxa@proton.me> * apply changes to wei fmt Signed-off-by: nethoxa <nethoxa@proton.me> * fix toHumanReadablePaddedString Signed-off-by: nethoxa <nethoxa@proton.me> --------- Signed-off-by: nethoxa <nethoxa@proton.me> Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com> Signed-off-by: jflo <justin+github@florentine.us>
PR description
Fixed Issue(s)
toHumanReadableStringWithPaddingthat was making some tests to failThanks for sending a pull request! Have you done the following?
doc-change-requiredlabel to this PR if updates are required.Locally, you can run these tests to catch failures early:
./gradlew spotlessApply./gradlew build./gradlew acceptanceTest./gradlew integrationTest./gradlew ethereum:referenceTests:referenceTests