Skip to content

Commit

Permalink
Fix AppTest
Browse files Browse the repository at this point in the history
  • Loading branch information
zHd4 committed Feb 17, 2024
1 parent e928aa4 commit b341a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/test/java/hexlet/code/AppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import static org.assertj.core.api.Assertions.assertThat;
import static hexlet.code.repository.BaseRepository.runScript;

public class AppTest {
public final class AppTest {
private static final int PORT = 0;
private static Javalin app;
private static String baseUrl;
Expand Down

0 comments on commit b341a06

Please sign in to comment.