Skip to content

Commit

Permalink
Simplify ConnectionPersistenceActorTest
Browse files Browse the repository at this point in the history
Signed-off-by: Yannic Klem <yannic.klem@bosch.io>
  • Loading branch information
Yannic92 committed Aug 1, 2022
1 parent 474a9c1 commit 6cdb35f
Show file tree
Hide file tree
Showing 8 changed files with 590 additions and 1,199 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void accept(final ConnectivityCommand<?> command, final Supplier<Connecti
.ifPresentOrElse(connection -> {
connectionValidator.validate(connection, command.getDittoHeaders(), actorSystem);
propsFactory.getActorPropsForType(connection, proxyActor, connectionActor, actorSystem,
DittoHeaders.empty(), ConfigFactory.empty());
command.getDittoHeaders(), ConfigFactory.empty());
},
// should never happen
handleNullConnection(command));
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6cdb35f

Please sign in to comment.