Skip to content

Commit 3150ff1

Browse files
committed
1586 Fix tests for Windows
1 parent f1c5253 commit 3150ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/cactoos/io/AppendToTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void failsIfFileDoesNotExist() throws Exception {
6969
* @param wdir TempDir to work in
7070
* @throws Exception if fails
7171
* @todo #1586:1h Tests failed on Windows due to not closed streams.
72-
* It will be good to have feature to autoclose streams
72+
* It will be good to have feature to simplify autoclosing streams.
7373
*/
7474
@Test
7575
void appendsToFile(@TempDir final Path wdir) throws Exception {

0 commit comments

Comments
 (0)