mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-13 03:52:16 -04:00
Fix removal of temporary directory in network stress test
This commit is contained in:
parent
29c72cdc49
commit
f4aa8480f7
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ public class NetworkStressTest {
|
|||
Files.walkFileTree(path, new SimpleFileVisitor<Path>() {
|
||||
@Override
|
||||
public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IOException {
|
||||
Files.delete(path);
|
||||
Files.delete(file);
|
||||
return FileVisitResult.CONTINUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue