Skip to content

Commit

Permalink
fixed PoliciesServiceGlobalCommandRegistryTest
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 Jun 28, 2022
1 parent 16cfae2 commit 8e88670
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@
import org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegration;
import org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubject;
import org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResource;
import org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.SudoDeleteExpiredSubject;

public final class PoliciesServiceGlobalCommandRegistryTest extends GlobalCommandRegistryTestCases {

public PoliciesServiceGlobalCommandRegistryTest() {
super(
SudoStreamPids.class,
SudoRetrievePolicy.class,
SudoDeleteExpiredSubject.class,
ExecutePiggybackCommand.class,
Shutdown.class,
PurgeNamespace.class,
Expand Down

0 comments on commit 8e88670

Please sign in to comment.