diff --git a/src/test/java/org/cactoos/io/AppendToTest.java b/src/test/java/org/cactoos/io/AppendToTest.java index 812055ccb..b9e9fd260 100644 --- a/src/test/java/org/cactoos/io/AppendToTest.java +++ b/src/test/java/org/cactoos/io/AppendToTest.java @@ -69,7 +69,7 @@ void failsIfFileDoesNotExist() throws Exception { * @param wdir TempDir to work in * @throws Exception if fails * @todo #1586:1h Tests failed on Windows due to not closed streams. - * It will be good to have feature to autoclose streams + * It will be good to have feature to simplify autoclosing streams. */ @Test void appendsToFile(@TempDir final Path wdir) throws Exception {