Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed Sep 8, 2023
1 parent 78bf4d9 commit 0a91665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/example/hexlet/AppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class AppTest {
Javalin app;

@BeforeEach
public void setUp() throws IOException, SQLException {
public final void setUp() throws IOException, SQLException {
app = HelloWorld.getApp();
}

Expand Down

0 comments on commit 0a91665

Please sign in to comment.