Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Fixed failing test (#5979)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
  • Loading branch information
cweitkamp authored and kaikreuzer committed Aug 25, 2019
1 parent 39dc53a commit 3678edc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ private final class ManagedItemChannelLinkProviderExtension extends ManagedItemC
}

public ItemChannelLinkRegistryTestImpl() {
super();
this.setThingRegistry(thingRegistry);
setItemRegistry(itemRegistry);
super(thingRegistry, itemRegistry);
ManagedItemChannelLinkProviderExtension provider = new ManagedItemChannelLinkProviderExtension();
addProvider(provider);
setManagedProvider(provider);
Expand Down

0 comments on commit 3678edc

Please sign in to comment.