Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slabajo committed Nov 5, 2024
1 parent 5ad0473 commit 5218854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/module-elements/tests/server/composite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ createHubPort (std::shared_ptr<CompositeImpl> composite)

constructorParams ["hub"] = composite->getId();

port = moduleManager.getFactory ("HubPortImpl")->createObject (
port = moduleManager.getFactory ("HubPort")->createObject (
config, "",
constructorParams );

Expand Down

0 comments on commit 5218854

Please sign in to comment.