Polishing.

Fix ticket reference.

See #3215
This commit is contained in:
Mark Paluch
2024-12-02 09:09:46 +01:00
parent fe2081f729
commit b4edacbe02

View File

@@ -121,7 +121,7 @@ class PropertyAccessingMethodInterceptorUnitTests {
assertThat(new PropertyAccessingMethodInterceptor(source).invoke(invocation)).isEqualTo(true);
}
@Test // GH-3697
@Test // GH-3215
void considersPropertyDescriptorsFromPackageProtectedSuperclass() throws Throwable {
var source = new SomeExposedClass();