Skip to content

Commit c4b627a

Browse files
committed
removed constructor test
1 parent 22afe9e commit c4b627a

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ build/
44
!**/src/main/**/build/
55
!**/src/test/**/build/
66
temp/
7+
**/.env
78

89
### STS ###
910
.apt_generated

src/test/java/com/generic/server/ServerApplicationTest.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55
class ServerApplicationTest {
66

77
@Test
8-
void main() {
8+
void test_main() {
99
ServerApplication.main(new String[]{"--spring.main.web-application-type=none"});
1010
}
1111

12-
@Test
13-
void constructor() {
14-
new ServerApplication();
15-
}
1612
}

0 commit comments

Comments
 (0)