Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa2040d

Browse files
committedJan 5, 2024
add comment for test case
1 parent 932d9ce commit aa2040d

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)
Please sign in to comment.