Skip to content

Commit 266e109

Browse files
committed
polishing
1 parent 2b17ee0 commit 266e109

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

org.springframework.test/src/test/java/org/springframework/test/context/junit4/profile/annotation/DevProfileAnnotationConfigTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
public class DevProfileAnnotationConfigTests extends DefaultProfileAnnotationConfigTests {
3131

3232
@Test
33+
@Override
3334
public void employee() {
3435
assertNotNull("employee bean should be loaded for the 'dev' profile", employee);
3536
assertEquals("John Smith", employee.getName());

0 commit comments

Comments
 (0)