Skip to content

Commit

Permalink
Convert "FindOperationTest" to not use ValidatingBridge (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatu-at-datastax authored Nov 28, 2023
1 parent ef4207f commit 72cde4f
Show file tree
Hide file tree
Showing 3 changed files with 734 additions and 1,291 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class CountOperationTest extends OperationTestBase {
@Nested
class Execute {
private final ColumnDefinitions COUNT_RESULT_COLUMNS =
buildColumnDefs(Arrays.asList(TestColumn.ofLong("count")));
buildColumnDefs(TestColumn.ofLong("count"));

@Test
public void countWithNoFilter() {
Expand Down
Loading

0 comments on commit 72cde4f

Please sign in to comment.