Skip to content

Commit

Permalink
add comment for test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kota65535 committed Jan 5, 2024
1 parent 932d9ce commit aa2040d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public void jdbcOperationsRef() {
assertThat(dataAccessStrategy).isNotSameAs(defaultDataAccessStrategy).isSameAs(qualifierDataAccessStrategy);
}

@Test
@Test // GH-1704
public void jdbcAggregateOperationsRef() {

JdbcAggregateOperations aggregateOperations = (JdbcAggregateOperations) ReflectionUtils.getField(
Expand Down

0 comments on commit aa2040d

Please sign in to comment.