Skip to content

Commit

Permalink
fixed UpdateReason in ThingsUpdaterTest;
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
  • Loading branch information
Stefan Maute committed Dec 13, 2021
1 parent a025dff commit d38218c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void forwardUpdateThingOnCommand() {
expectedIds.remove(envelopeId);
assertThat(envelope.getDittoHeaders()).isEqualTo(dittoHeaders);
assertThat(envelope.getMessage())
.isEqualTo(UpdateThing.of(ThingId.of(envelopeId), UpdateReason.THING_UPDATE, dittoHeaders).toJson());
.isEqualTo(UpdateThing.of(ThingId.of(envelopeId), UpdateReason.BACKGROUND_SYNC, dittoHeaders).toJson());
}
}};
}
Expand Down

0 comments on commit d38218c

Please sign in to comment.