Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.37.0
Description
There's a helper method `calciteAssert` inside the `ElasticsearchAdapterTest`, which is responsible for setting up a connection to Elasticsearch. This helper method is not used throughout the test class consistently, which leads to code duplication and some manual setup code. We should use the helper method to keep things consistent.