Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Guenther <vadim.guenther@bosch.io>
  • Loading branch information
VadimGue committed Nov 4, 2020
1 parent 403ad8e commit 89cd82e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ private CreateConnection createConnectionWithTargetIssuedAck() {
return CreateConnection.of(
createConnection.getConnection()
.toBuilder()
.targets(createConnection.getConnection().getTargets().stream()
.setTargets(createConnection.getConnection().getTargets().stream()
.map(target -> ConnectivityModelFactory.newTargetBuilder(target)
.issuedAcknowledgementLabel(getTestAck())
.build())
Expand Down

0 comments on commit 89cd82e

Please sign in to comment.