mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-14 12:11:15 +02: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