Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Krassnig committed Sep 3, 2024
1 parent 2293633 commit 6928efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/manual/EdgeCaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void terminateProcessOnlyWhenLastTest() {
CodeDraw cd1 = new CodeDraw();
CodeDraw cd2 = new CodeDraw();

cd1.close(true);
cd1.close();
cd2.close();

try {
Expand Down

0 comments on commit 6928efc

Please sign in to comment.