Commit c94d54c0 authored by Guy Thouret's avatar Guy Thouret

(chore) Update Boost\Campaigns\Dispatcher spec test where it failed due to Manager changes - #631

1 merge request!235WIP: Boost Campaigns (&24)
Pipeline #85892021 failed with stages
in 4 minutes and 21 seconds
......@@ -126,7 +126,7 @@ class DispatcherSpec extends ObjectBehavior
$this->manager->sync($campaign)
->shouldBeCalled()
->willReturn(true);
->willReturn($campaign);
$campaign->shouldBeCompleted(Argument::any())
->shouldBeCalled()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment