Skip to content

Commit

Permalink
Update AppTest to final class
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman3455 committed Jan 11, 2025
1 parent 973bf45 commit 8f216fd
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 @@ -18,7 +18,7 @@

import static org.assertj.core.api.Assertions.assertThat;

public class AppTest {
public final class AppTest {
Javalin app;
static MockWebServer mockWebServer;

Expand Down

0 comments on commit 8f216fd

Please sign in to comment.