Browse Source

Rename test method to clarify its purpose

See gh-33402
pull/33417/head
dev-chpark 2 years ago committed by Sébastien Deleuze
parent
commit
a9cbb01a45
  1. 2
      spring-beans/src/test/java/org/springframework/beans/BeanUtilsTests.java

2
spring-beans/src/test/java/org/springframework/beans/BeanUtilsTests.java

@ -475,7 +475,7 @@ class BeanUtilsTests { @@ -475,7 +475,7 @@ class BeanUtilsTests {
}
@Test
void spr6063() {
void propertyDescriptorShouldMatchWithCachedDescriptors() {
PropertyDescriptor[] descrs = BeanUtils.getPropertyDescriptors(Bean.class);
PropertyDescriptor keyDescr = BeanUtils.getPropertyDescriptor(Bean.class, "value");

Loading…
Cancel
Save