Skip to content

Commit

Permalink
objectionary#2896: Does not throw exception
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Mar 4, 2024
1 parent fbce38a commit e75f006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void detectsErrorsSuccessfully(
@CaptureLogs
void detectsCriticalErrorsSuccessfully(
@TempDir final Path temp,
final Logs out) {
final Logs out) throws Exception {
Assertions.assertThrows(
IllegalStateException.class,
() -> new FakeMaven(temp)
Expand Down

0 comments on commit e75f006

Please sign in to comment.