Skip to content

Commit

Permalink
java: fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <[email protected]>
  • Loading branch information
harshit-gangal authored and systay committed Jan 13, 2025
1 parent e569e63 commit e6e8bf3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ public void testNumericAndDateTimeEncoding() throws SQLException {
Query.Type.HEXVAL,
Query.Type.HEXNUM,
Query.Type.BITNUM,
Query.Type.RAW
Query.Type.RAW,
Query.Type.ROW_TUPLE
);

@Test
Expand Down

0 comments on commit e6e8bf3

Please sign in to comment.