Fix bug in test
This commit is contained in:
parent
526a127b9d
commit
c8269ae285
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public class TestSavingLoading {
|
||||||
|
|
||||||
final File directory = new File(settings.getSaveTreeLocation());
|
final File directory = new File(settings.getSaveTreeLocation());
|
||||||
if(directory.exists()){
|
if(directory.exists()){
|
||||||
directory.delete();
|
cleanup(directory);
|
||||||
}
|
}
|
||||||
assertFalse(directory.exists());
|
assertFalse(directory.exists());
|
||||||
directory.mkdir();
|
directory.mkdir();
|
||||||
|
|
Loading…
Reference in a new issue