googleapis / java-bigtable

Apache License 2.0
70 stars 86 forks source link

fix: add missing call to EqualsTester#testEquals #2307

Closed cushon closed 3 weeks ago

cushon commented 1 month ago

There needs to be a terminal call to testEquals() for the equals tester to do anything, this assertion is not currently being run.

This issue was found by https://errorprone.info/bugpattern/MissingTestCall

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

Fixes #2292 ☕️

If you write sample code, please follow the samples format.