diff --git a/org.springframework.test/src/test/java/org/springframework/test/context/junit4/profile/annotation/DevProfileAnnotationConfigTests.java b/org.springframework.test/src/test/java/org/springframework/test/context/junit4/profile/annotation/DevProfileAnnotationConfigTests.java index 4c57ffc3de2..813cc8282bc 100644 --- a/org.springframework.test/src/test/java/org/springframework/test/context/junit4/profile/annotation/DevProfileAnnotationConfigTests.java +++ b/org.springframework.test/src/test/java/org/springframework/test/context/junit4/profile/annotation/DevProfileAnnotationConfigTests.java @@ -30,6 +30,7 @@ import org.springframework.test.context.ActiveProfiles; public class DevProfileAnnotationConfigTests extends DefaultProfileAnnotationConfigTests { @Test + @Override public void employee() { assertNotNull("employee bean should be loaded for the 'dev' profile", employee); assertEquals("John Smith", employee.getName());