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 Dec 25, 2023
1 parent 266130f commit bbe3881
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 bbe3881

Please sign in to comment.