mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 19:59:05 +01:00
Small code cleanups.
This commit is contained in:
@@ -141,7 +141,7 @@ public class KeyManagerImplTest extends BrambleMockTestCase {
|
||||
public void testContactRemovedEvent() {
|
||||
ContactRemovedEvent event = new ContactRemovedEvent(contactId);
|
||||
|
||||
context.checking(new DbExpectations() {{
|
||||
context.checking(new Expectations() {{
|
||||
oneOf(transportKeyManager).removeContact(contactId);
|
||||
}});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user