Skip to content
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

blockchain: Use new style for chainio test errors. #2595

Merged
merged 1 commit into from
Feb 23, 2021

Commits on Feb 23, 2021

  1. blockchain: Use new style for chainio test errors.

    This updates the error messages in the chainio tests to consistently use
    the newer style of `t.Errorf("%q: ...", test.name)` rather than
    including extra information for the function name, test index, etc.
    The extra information is no longer needed to pinpoint an error since the
    test framework now shows proper line numbers for any errors that occur.
    rstaudt2 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    df657b4 View commit details
    Browse the repository at this point in the history