Skip to content

Commit 735b0a1

Browse files
authored
Update StreamFilterUnitTest.java
1 parent 2b7e66a commit 735b0a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java-streams/src/test/java/com/baeldung/stream/filter/StreamFilterUnitTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,5 @@ public void givenListOfCustomers_whenFilterWithTryCatchAndRuntime_thenThrowExcep
156156
})
157157
.collect(Collectors.toList())).isInstanceOf(RuntimeException.class);
158158
}
159+
159160
}

0 commit comments

Comments
 (0)