mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 13:19:52 +01:00
Fix test expectations.
This commit is contained in:
@@ -424,8 +424,6 @@ public class TransportKeyManagerImplTest extends BrambleMockTestCase {
|
|||||||
with(dbExecutor), with(timePeriodLength),
|
with(dbExecutor), with(timePeriodLength),
|
||||||
with(MILLISECONDS));
|
with(MILLISECONDS));
|
||||||
will(new RunAction());
|
will(new RunAction());
|
||||||
oneOf(dbExecutor).execute(with(any(Runnable.class)));
|
|
||||||
will(new RunAction());
|
|
||||||
// Start a transaction for updating keys
|
// Start a transaction for updating keys
|
||||||
oneOf(db).transaction(with(false), withDbRunnable(txn1));
|
oneOf(db).transaction(with(false), withDbRunnable(txn1));
|
||||||
// Get the current time (the start of time period 1001)
|
// Get the current time (the start of time period 1001)
|
||||||
|
|||||||
Reference in New Issue
Block a user