Rename test method to clarify its purpose
See gh-33402
This commit is contained in:
committed by
Sébastien Deleuze
parent
4a099d213e
commit
a9cbb01a45
@@ -475,7 +475,7 @@ class BeanUtilsTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void spr6063() {
|
||||
void propertyDescriptorShouldMatchWithCachedDescriptors() {
|
||||
PropertyDescriptor[] descrs = BeanUtils.getPropertyDescriptors(Bean.class);
|
||||
|
||||
PropertyDescriptor keyDescr = BeanUtils.getPropertyDescriptor(Bean.class, "value");
|
||||
|
||||
Reference in New Issue
Block a user