Commit 10a73381 authored by Johnny Lim's avatar Johnny Lim Committed by Phillip Webb

Remove a test doing nothing

Closes gh-5673
parent 99ea724c
...@@ -78,10 +78,6 @@ public class FilterAnnotationsTests { ...@@ -78,10 +78,6 @@ public class FilterAnnotationsTests {
assertThat(match(filterAnnotations, ExampleWithoutAnnotation.class)).isTrue(); assertThat(match(filterAnnotations, ExampleWithoutAnnotation.class)).isTrue();
} }
@Test
public void anyMatches() throws Exception {
}
private FilterAnnotations get(Class<?> type) { private FilterAnnotations get(Class<?> type) {
Filters filters = AnnotatedElementUtils.getMergedAnnotation(type, Filters.class); Filters filters = AnnotatedElementUtils.getMergedAnnotation(type, Filters.class);
return new FilterAnnotations(getClass().getClassLoader(), filters.value()); return new FilterAnnotations(getClass().getClassLoader(), filters.value());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment