Skip to content

Commit

Permalink
Rename test method to clarify its purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
xpmxf4 committed Aug 18, 2024
1 parent 4f607b5 commit a628a19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ void resolveSignatureWithArray() throws Exception {
}

@Test
void spr6063() {
void propertyDescriptorShouldMatchWithCachedDescriptors() {
PropertyDescriptor[] descrs = BeanUtils.getPropertyDescriptors(Bean.class);

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

0 comments on commit a628a19

Please sign in to comment.