Skip to content

Commit

Permalink
- Test case updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjzazuet committed Sep 30, 2024
1 parent a1f8e65 commit 105cd4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/java/Jtest.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ public void channelTest() {
}

if (errors != 0) {
System.exit(1);
throw new IllegalStateException("Failed tests: " + errors);
}

System.exit(0);
}
}

0 comments on commit 105cd4b

Please sign in to comment.