Fix test expectations.

This commit is contained in:
akwizgran
2020-08-06 15:38:16 +01:00
parent b2840c1b00
commit e6c3f82fe2

View File

@@ -424,8 +424,6 @@ public class TransportKeyManagerImplTest extends BrambleMockTestCase {
with(dbExecutor), with(timePeriodLength),
with(MILLISECONDS));
will(new RunAction());
oneOf(dbExecutor).execute(with(any(Runnable.class)));
will(new RunAction());
// Start a transaction for updating keys
oneOf(db).transaction(with(false), withDbRunnable(txn1));
// Get the current time (the start of time period 1001)