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