Rename test method to clarify its purpose

See gh-33402
This commit is contained in:
dev-chpark 2024-08-18 15:15:13 +09:00 committed by Sébastien Deleuze
parent 4a099d213e
commit a9cbb01a45
1 changed files with 1 additions and 1 deletions

View File

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