Skip to content

Commit da41c9b

Browse files
committed
polishing
1 parent f3f2941 commit da41c9b

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/xml/DevProfileXmlConfigTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
public class DevProfileXmlConfigTests extends DefaultProfileXmlConfigTests {
3333

3434
@Test
35+
@Override
3536
public void employee() {
3637
assertNotNull("employee bean should be loaded for the 'dev' profile", employee);
3738
assertEquals("John Smith", employee.getName());

0 commit comments

Comments
 (0)