Skip to content

Commit

Permalink
Directory deletion should not fail tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harishreedharan committed Oct 23, 2014
1 parent 4705fff commit a317a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class WriteAheadLogSuite extends FunSuite with BeforeAndAfter {
}

after {
FileUtils.deleteDirectory(tempDir)
FileUtils.deleteQuietly(tempDir)
}

test("WriteAheadLogWriter - writing data") {
Expand Down

0 comments on commit a317a4d

Please sign in to comment.