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

Remove deprecated third-party methods from tests (#55255) #55269

Commits on Apr 15, 2020

  1. Remove deprecated third-party methods from tests (elastic#55255)

    I've noticed that a lot of our tests are using deprecated static methods
    from the Hamcrest matchers. While this is not a big deal in any
    objective sense, it seems like a small good thing to reduce compilation
    warnings and be ready for a new release of the matcher library if we
    need to upgrade. I've also switched a few other methods in tests that
    have drop-in replacements.
    williamrandolph committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    bd0a2c6 View commit details
    Browse the repository at this point in the history