Fix compilation error in testcase

This commit is contained in:
Bart Sopers 2019-12-01 02:27:49 +01:00
parent b808bc3228
commit 4ce5600434

View file

@ -65,7 +65,7 @@ public class PairActionTest {
.thenReturn(confirmPairingResponse);
// SUT
PodSessionState podState = new PairAction(pairService, address).execute(communicationService);
PodSessionState podState = new PairAction(pairService, address, null).execute(communicationService);
// Verify
verify(pairService).executeAssignAddressCommand(any(), any());