Skip to content

Commit

Permalink
Fixed a unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Aug 6, 2023
1 parent c5dea11 commit 586fb75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private void updateParentChildren(SortedMap<String, Requirement> map, String par

public void write(SortedMap<String, Requirement> map) throws IOException {
if (!outputDirectory.exists()) {
Files.createDirectory(outputDirectory.toPath());
Files.createDirectories(outputDirectory.toPath());
}

;
Expand Down

0 comments on commit 586fb75

Please sign in to comment.