verhas commented on a change in pull request #448: Lang 1482
URL: https://github.com/apache/commons-lang/pull/448#discussion_r317707283
 
 

 ##########
 File path: src/test/java/org/apache/commons/lang3/FunctionsTest.java
 ##########
 @@ -434,4 +492,9 @@ public void testTryWithResources() {
         Functions.tryWithResources(() -> consumer.accept(null), co::close);
         assertTrue(co.isClosed());
     }
+
+    @Test
+    void testRethrowNull(){
 
 Review comment:
   this was missing and that one line in rethrow was not covered by test

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to