mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Merge branch '7.0.x'
This commit is contained in:
+1
-1
@@ -224,7 +224,7 @@ public abstract class AbstractMethodMetadataTests {
|
||||
Stream<Class<?>> types = metadata.getAnnotations().stream()
|
||||
.filter(MergedAnnotation::isDirectlyPresent)
|
||||
.map(MergedAnnotation::getType);
|
||||
assertThat(types).containsExactly(Tag.class, DirectAnnotation.class);
|
||||
assertThat(types).containsExactlyInAnyOrder(Tag.class, DirectAnnotation.class);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user