Skip to content

Commit 36b0c26

Browse files
committed
Polishing.
Fix ticket reference. See #3215
1 parent 4bdcbd0 commit 36b0c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/springframework/data/projection/PropertyAccessingMethodInterceptorUnitTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void detectsKotlinPropertiesWithLeadingIsOnTargetType() throws Throwable {
121121
assertThat(new PropertyAccessingMethodInterceptor(source).invoke(invocation)).isEqualTo(true);
122122
}
123123

124-
@Test // GH-3697
124+
@Test // GH-3215
125125
void considersPropertyDescriptorsFromPackageProtectedSuperclass() throws Throwable {
126126

127127
var source = new SomeExposedClass();

0 commit comments

Comments
 (0)