mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 04:39:54 +01:00
Javadocs and unit tests.
This commit is contained in:
@@ -165,7 +165,7 @@ public class SetupWorkerTest extends TestCase {
|
||||
}
|
||||
|
||||
@After
|
||||
public void tearDown() throws IOException {
|
||||
TestUtils.delete(testDir);
|
||||
public void tearDown() {
|
||||
TestUtils.deleteTestDirectories();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user