mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 04:19:03 +00:00
Merge pull request #5673 from izeye/patch-50
* patch-50: Remove a test doing nothing
This commit is contained in:
+1
-5
@@ -76,11 +76,7 @@ public class FilterAnnotationsTests {
|
||||
FilterAnnotations filterAnnotations = get(FilterByRegex.class);
|
||||
assertThat(match(filterAnnotations, ExampleWithAnnotation.class)).isFalse();
|
||||
assertThat(match(filterAnnotations, ExampleWithoutAnnotation.class)).isTrue();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void anyMatches() throws Exception {
|
||||
}
|
||||
}
|
||||
|
||||
private FilterAnnotations get(Class<?> type) {
|
||||
Filters filters = AnnotatedElementUtils.getMergedAnnotation(type, Filters.class);
|
||||
|
||||
Reference in New Issue
Block a user