Skip to content

Commit

Permalink
[eclipse-ditto#964] fixed MappingStrategiesBuilderTest
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Feb 25, 2021
1 parent bdf34d4 commit 641d951
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
import org.eclipse.ditto.model.base.headers.DittoHeaders;
import org.eclipse.ditto.model.base.json.Jsonifiable;
import org.eclipse.ditto.model.things.ThingConstants;
import org.eclipse.ditto.services.utils.akka.PingCommand;
import org.eclipse.ditto.services.utils.akka.PingCommandResponse;
import org.eclipse.ditto.services.utils.akka.SimpleCommand;
import org.eclipse.ditto.services.utils.akka.SimpleCommandResponse;
import org.eclipse.ditto.services.utils.akka.streaming.StreamAck;
Expand Down Expand Up @@ -140,6 +142,8 @@ public void defaultStrategies() {
ShardedMessageEnvelope.class.getSimpleName(),
SimpleCommand.class.getSimpleName(),
SimpleCommandResponse.class.getSimpleName(),
PingCommand.class.getSimpleName(),
PingCommandResponse.class.getSimpleName(),
StatusInfo.class.getSimpleName(),
Acknowledgement.getType(ThingConstants.ENTITY_TYPE),
Acknowledgements.getType(ThingConstants.ENTITY_TYPE),
Expand Down

0 comments on commit 641d951

Please sign in to comment.