sebbASF commented on a change in pull request #118:
URL: https://github.com/apache/commons-io/pull/118#discussion_r465608459



##########
File path: 
src/test/java/org/apache/commons/io/input/buffer/CircularBufferInputStreamTest.java
##########
@@ -70,6 +70,8 @@ public void testRandomRead() throws Exception {
                                throw new IllegalStateException("Unexpected 
random choice value");
                        }
                }
+               bais.close();
+               cbis.close();
        }

Review comment:
       This should be the subject of a separate PR




----------------------------------------------------------------
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:
[email protected]


Reply via email to