mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 05:09:53 +01:00
Fixed a copy and paste error in DatabaseComponentImplTest.
This commit is contained in:
@@ -679,7 +679,7 @@ public abstract class DatabaseComponentTest extends BriarTestCase {
|
|||||||
// Check whether the subscription is in the DB (which it's not)
|
// Check whether the subscription is in the DB (which it's not)
|
||||||
exactly(5).of(database).startTransaction();
|
exactly(5).of(database).startTransaction();
|
||||||
will(returnValue(txn));
|
will(returnValue(txn));
|
||||||
exactly(5).of(database).containsTransport(txn, transportId);
|
exactly(5).of(database).containsSubscription(txn, groupId);
|
||||||
will(returnValue(false));
|
will(returnValue(false));
|
||||||
exactly(5).of(database).abortTransaction(txn);
|
exactly(5).of(database).abortTransaction(txn);
|
||||||
}});
|
}});
|
||||||
|
|||||||
Reference in New Issue
Block a user