Skip to content

Commit

Permalink
Fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangML committed Dec 26, 2024
1 parent 0f1683d commit 851519a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ void assertExecute() {
Collection<LocalDataQueryResultRow> actual = executor.getRows(new ExportDatabaseConfigurationStatement(mock(DatabaseSegment.class), null), mock(ContextManager.class));
assertThat(actual.size(), is(1));
LocalDataQueryResultRow row = actual.iterator().next();
System.out.println(row.getCell(1));
assertThat(row.getCell(1), is(loadExpectedRow()));
}

Expand Down

0 comments on commit 851519a

Please sign in to comment.