Skip to content

Commit 642ec01

Browse files
created GitHubServiceTest.java
1 parent e614526 commit 642ec01

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
package telegram.bot.services;
2+
3+
import org.junit.jupiter.api.Test;
4+
import org.springframework.boot.test.context.SpringBootTest;
5+
6+
import static org.junit.jupiter.api.Assertions.assertTrue;
7+
8+
@SpringBootTest
9+
public class GitHubServiceTest {
10+
@Test
11+
void fetchBasicStatistic() {
12+
assertTrue(true);
13+
}
14+
}

0 commit comments

Comments
 (0)