Update StreamFilterUnitTest.java

This commit is contained in:
Loredana Crusoveanu 2019-01-17 23:25:26 +02:00 committed by GitHub
parent 2b7e66a398
commit 735b0a10b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,4 +156,5 @@ public class StreamFilterUnitTest {
})
.collect(Collectors.toList())).isInstanceOf(RuntimeException.class);
}
}