mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
The hashCode contract states that equal objects must have equal hash codes, however the unequal objects are not required to have unequal hashCodes. This commit rewrites GeoPointParsingTests#testEqualsHashCodeContract using#checkEqualsAndHashCode helper. Closes #27633