Skip to content

Commit

Permalink
Remove two createConnection calls
Browse files Browse the repository at this point in the history
  • Loading branch information
timgrein committed Jul 23, 2024
1 parent 81dd973 commit fd4a075
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,10 @@ private CalciteAssert.AssertThat calciteAssert() {

@Test void emptyResult() {
calciteAssert()
.with(ElasticSearchAdapterTest::createConnection)
.query("select * from zips limit 0")
.returnsCount(0);

calciteAssert()
.with(ElasticSearchAdapterTest::createConnection)
.query("select * from elastic.zips where _MAP['Foo'] = '_MISSING_'")
.returnsCount(0);
}
Expand Down

0 comments on commit fd4a075

Please sign in to comment.