mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-16 13:08:16 +02: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