Skip to content

Commit

Permalink
Revert changes of test
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Sep 18, 2024
1 parent ace9fea commit a1ea988
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ public static void createFolder() throws IOException {

@AfterAll
public static void deleteFolder() throws IOException {
System.out.println("Deleting folder: " + tempDir);
// FileUtils.deleteDirectory(tempDir.toFile());
FileUtils.deleteDirectory(tempDir.toFile());
}

public static class TestStorable implements Storable.AsCSV, Storable.AsRDF {
Expand Down

0 comments on commit a1ea988

Please sign in to comment.