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 b0f34c0 commit d51b28dCopy full SHA for d51b28d
src/test/java/telegram/bot/services/GitHubServiceTest.java
@@ -1,14 +1,8 @@
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