Skip to content

Commit

Permalink
PBC-372: Add missing module name (#9929)
Browse files Browse the repository at this point in the history
PBC-372 Fix MessageBrokerHelper
  • Loading branch information
danielsantos-spryker authored Feb 8, 2023
1 parent bf80526 commit f073764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ public function consumeMessages(): void
$eventDispatcher->addSubscriber($eventSubscriber);
}

$this->getBusinessHelper()->mockFactoryMethod('getEventDispatcher', $eventDispatcher);
$this->getBusinessHelper()->mockFactoryMethod('getEventDispatcher', $eventDispatcher, 'MessageBroker');

$messageBrokerWorkerConfigTransfer = new MessageBrokerWorkerConfigTransfer();
$messageBrokerWorkerConfigTransfer->setChannels([]);
Expand Down

0 comments on commit f073764

Please sign in to comment.