Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gartens committed Apr 30, 2024
1 parent 1270952 commit b483e3c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public static void tearDown() {
public void simpleSelectTest() {
executeStatements( ( s, c ) -> {
ResultSet result = s.executeQuery( String.format( "SELECT * FROM %s.%s", DATABASE_NAME, COLLECTION_NAME ) );
// todo gartens || hafner there seems to be an error with the deserialization of the protovalue of type document
List<Object[]> doc = TestHelper.convertResultSetToList( result );
// contents of documents are non-deterministic, and we cannot compare them as usual through TestHelper.checkResultSet
PolyDocument document = (PolyDocument) doc.get( 0 )[0];
Expand Down

0 comments on commit b483e3c

Please sign in to comment.