We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e614526 commit 642ec01Copy full SHA for 642ec01
src/test/java/telegram/bot/services/GitHubServiceTest.java
@@ -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