From 3150ff1c23bb158cd26970c3253f3c630ad7320b Mon Sep 17 00:00:00 2001 From: Natalia Pozhidaeva Date: Tue, 20 Feb 2024 11:02:15 -0500 Subject: [PATCH] 1586 Fix tests for Windows --- src/test/java/org/cactoos/io/AppendToTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {