Skip to content

Commit

Permalink
Uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsotovalero committed Apr 12, 2021
1 parent 49bc9da commit 756334d
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ void testRunCommandToGetDependencyTree() throws IOException, InterruptedExceptio
assertThat(producedTree).hasSameTextualContentAs(expectedTree);
}

// @AfterAll
// public static void tearDown() throws IOException {
// if (producedTree.exists()) {
// FileUtils.forceDelete(producedTree);
// }
// }
@AfterAll
public static void tearDown() throws IOException {
if (producedTree.exists()) {
FileUtils.forceDelete(producedTree);
}
}
}

0 comments on commit 756334d

Please sign in to comment.