@@ -112,7 +112,7 @@ |
||
112 | 112 | $order->getShippingTotal()->willReturn(10); |
113 | 113 | $order->getShipments()->willReturn(new ArrayCollection([])); |
114 | 114 | |
115 | - $this->shouldThrow(\LogicException::class)->during('apply', [$order, $zone]);; |
|
115 | + $this->shouldThrow(\LogicException::class)->during('apply', [$order, $zone]); ; |
|
116 | 116 | } |
117 | 117 | |
118 | 118 | function it_does_nothing_if_tax_rate_cannot_be_resolved( |