Skip to content

Commit

Permalink
1586 Fix tests for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Feb 20, 2024
1 parent f1c5253 commit 3150ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/cactoos/io/AppendToTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

2 comments on commit 3150ff1

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 3150ff1 Feb 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1453-3061acf9 disappeared from pom.xml), that's why I closed #1586. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 3150ff1 Feb 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1586-1c152e74 discovered in src/test/java/org/cactoos/io/AppendToTest.java) and submitted as #1714. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.