Remove duplicate assertion in AnnotatedElementUtilsTests
Closes gh-23191
This commit is contained in:
parent
0f1d16bb05
commit
1afc2be5aa
|
|
@ -784,7 +784,6 @@ public class AnnotatedElementUtilsTests {
|
|||
public void nullableAnnotationTypeViaFindMergedAnnotation() throws Exception {
|
||||
Method method = TransactionalServiceImpl.class.getMethod("doIt");
|
||||
assertThat(findMergedAnnotation(method, Resource.class)).isEqualTo(method.getAnnotation(Resource.class));
|
||||
assertThat(findMergedAnnotation(method, Resource.class)).isEqualTo(method.getAnnotation(Resource.class));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Reference in New Issue