Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Fix API Test
  • Loading branch information
larsroettig committed Oct 27, 2017
1 parent 5b557f6 commit e8fdeeb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ public function testUpdate()
SourceInterface::USE_DEFAULT_CARRIER_CONFIG => 0,
SourceInterface::CARRIER_LINKS => [
[
SourceCarrierLinkInterface::CARRIER_CODE => 'ups-updated',
SourceCarrierLinkInterface::CARRIER_CODE => 'dhl',
SourceCarrierLinkInterface::POSITION => 2000,
],
[
SourceCarrierLinkInterface::CARRIER_CODE => 'usps-updated',
SourceCarrierLinkInterface::CARRIER_CODE => 'fedex',
SourceCarrierLinkInterface::POSITION => 3000,
],
],
Expand Down

0 comments on commit e8fdeeb

Please sign in to comment.