Fix compilation error in testcase
This commit is contained in:
parent
b808bc3228
commit
4ce5600434
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue