Skip to content

Commit d51b28d

Browse files
test
1 parent b0f34c0 commit d51b28d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
package telegram.bot.services;
22

3-
import org.junit.jupiter.api.Test;
43
import org.springframework.boot.test.context.SpringBootTest;
54

6-
import static org.junit.jupiter.api.Assertions.assertTrue;
7-
85
@SpringBootTest
96
public class GitHubServiceTest {
10-
@Test
11-
void fetchBasicStatistic() {
12-
assertTrue(true);
13-
}
7+
148
}

0 commit comments

Comments
 (0)