Skip to content

Commit a9cbb01

Browse files
xpmxf4sdeleuze
authored andcommitted
Rename test method to clarify its purpose
See gh-33402
1 parent 4a099d2 commit a9cbb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ void resolveSignatureWithArray() throws Exception {
475475
}
476476

477477
@Test
478-
void spr6063() {
478+
void propertyDescriptorShouldMatchWithCachedDescriptors() {
479479
PropertyDescriptor[] descrs = BeanUtils.getPropertyDescriptors(Bean.class);
480480

481481
PropertyDescriptor keyDescr = BeanUtils.getPropertyDescriptor(Bean.class, "value");

0 commit comments

Comments
 (0)