Skip to content

Commit 03c81a7

Browse files
committed
Fixed test name
1 parent 412d072 commit 03c81a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/dev/vality/alerting/tg/bot/ApplicationContextTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ApplicationContextTest {
1717
private ApplicationContext applicationContext;
1818

1919
@Test
20-
void applicationContextStartTest() {
20+
void startApplicationContextTest() {
2121
assertThat(applicationContext).isNotNull();
2222

2323
assertThat(applicationContext.getBean(ProviderTerminalThreadDao.class)).isNotNull();

0 commit comments

Comments
 (0)