Skip to content

Commit

Permalink
Still cleaning up temp files
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Apr 25, 2017
1 parent 2f5013b commit 6595459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/au/com/agic/apptesting/LiveTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public void getBrowserList() {

@After
public void cleanUpFiles() {
globalTempFiles.forEach(File::delete);
globalTempFiles.forEach(FileUtils::deleteQuietly);
}

@Test(expected=Exception.class)
Expand Down

0 comments on commit 6595459

Please sign in to comment.