Small code cleanups.

This commit is contained in:
akwizgran
2019-04-18 13:42:59 +01:00
parent f82294527f
commit 56fb20f257
4 changed files with 11 additions and 16 deletions

View File

@@ -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);
}});