Skip to content

Commit

Permalink
Refactor OpenGaussResultSetMapperTest (#28556)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Sep 23, 2023
1 parent 5ea3096 commit 05166d1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ void assertGetDateValue() throws SQLException {
when(resultSet.getDate(1)).thenReturn(new Date(0L));
assertThat(dialectResultSetMapper.getDateValue(resultSet, 1), is(new Date(0L)));
}

}

0 comments on commit 05166d1

Please sign in to comment.