Skip to content
Snippets Groups Projects
Commit 3a953752 authored by Daryl's avatar Daryl
Browse files

Removed redundant line.

parent 21e188f9
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment