public function it_should_get_delivery_from_order(OrderInterface $order, BuyerInterface $buyer, ExtractorResult $extractorResult)
 {
     $buyer->getDelivery()->shouldBeCalled();
     $this->transform($order, $extractorResult);
 }