Skip to content
Snippets Groups Projects
Commit d1676781 authored by akwizgran's avatar akwizgran
Browse files

Fixed test expectations.

parent 681e8254
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@ public class PluginManagerImplTest extends TestCase {
will(returnValue(new TransportProperties()));
allowing(db).getRemoteProperties(with(any(TransportId.class)));
will(returnValue(new TransportProperties()));
allowing(db).setLocalProperties(with(any(TransportId.class)),
with(any(TransportProperties.class)));
}});
Executor executor = new ImmediateExecutor();
Poller poller = new PollerImpl();
......
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