Fixed a copy and paste error in DatabaseComponentImplTest.

This commit is contained in:
akwizgran
2013-03-18 21:58:55 +00:00
parent 540b98ae9b
commit 935b82a8f4

View File

@@ -679,7 +679,7 @@ public abstract class DatabaseComponentTest extends BriarTestCase {
// Check whether the subscription is in the DB (which it's not)
exactly(5).of(database).startTransaction();
will(returnValue(txn));
exactly(5).of(database).containsTransport(txn, transportId);
exactly(5).of(database).containsSubscription(txn, groupId);
will(returnValue(false));
exactly(5).of(database).abortTransaction(txn);
}});