Skip to content

Commit bbe3881

Browse files
committed
add comment for test case
1 parent 266130f commit bbe3881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-jdbc/src/test/java/org/springframework/data/jdbc/repository/config/EnableJdbcRepositoriesIntegrationTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public void jdbcOperationsRef() {
137137
assertThat(dataAccessStrategy).isNotSameAs(defaultDataAccessStrategy).isSameAs(qualifierDataAccessStrategy);
138138
}
139139

140-
@Test
140+
@Test // GH-1704
141141
public void jdbcAggregateOperationsRef() {
142142

143143
JdbcAggregateOperations aggregateOperations = (JdbcAggregateOperations) ReflectionUtils.getField(

0 commit comments

Comments
 (0)