Clean up warnings in spring-test

This commit is contained in:
Sam Brannen 2016-07-05 17:01:11 +02:00
parent 00d2606b00
commit 045c678622
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ public class AnnotationConfigWebContextLoaderTests {
@Test
@SuppressWarnings("deprecation")
public void configMustNotContainLocations() throws Exception {
expectedException.expect(IllegalStateException.class);
expectedException.expectMessage(containsString("does not support resource locations"));