mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Removed redundant line.
This commit is contained in:
@@ -99,7 +99,6 @@ Map<ContactId,TransportProperties> map = new HashMap<ContactId, TransportPropert
|
||||
{
|
||||
Mockery context = new Mockery();
|
||||
GmailPlugin pluginTest = new GmailPlugin(Executors.newSingleThreadExecutor(), callback);
|
||||
pluginTest.getId();
|
||||
assertArrayEquals(GmailPlugin.TRANSPORT_ID,pluginTest.getId().getBytes());
|
||||
context.assertIsSatisfied();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user