Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aqerd committed Nov 17, 2024
1 parent 13e6353 commit f041f4b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/test/java/org/oopproject/HandleCommandsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

import java.sql.SQLException;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.oopproject.utils.Replies.getReply;

Expand Down
2 changes: 0 additions & 2 deletions src/test/java/org/oopproject/HandleGenreTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

import java.sql.SQLException;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;

Expand Down
2 changes: 0 additions & 2 deletions src/test/java/org/oopproject/HandleSetAgeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

import java.sql.SQLException;

import static org.junit.jupiter.api.Assertions.assertEquals;

public class HandleSetAgeTest extends TelegramBot {
Expand Down
1 change: 0 additions & 1 deletion src/test/java/org/oopproject/MainTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.telegram.telegrambots.longpolling.TelegramBotsLongPollingApplication;

import static org.mockito.Mockito.*;

class MainTest {
Expand Down
1 change: 0 additions & 1 deletion src/test/java/org/oopproject/ValidatorsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import static org.junit.jupiter.api.Assertions.assertFalse;

class ValidatorsTest extends Validators{

@Test
void testValidCommands() {
for (String command : Validators.COMMANDS) {
Expand Down

0 comments on commit f041f4b

Please sign in to comment.