mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 12:19:54 +01:00
Fixed test expectations.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user