Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: fix minor lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jul 13, 2020
1 parent f7c964e commit d2c1a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/fulfillment-inbound-shipment.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const mockInboundShipmentHeader: InboundShipmentHeader = {
describe('fulfillmentInboundShipment', () => {
describe('getTransportContent', () => {
const parameters = {
ShipmentId: ''
ShipmentId: '',
}

it('returns the transport content if succesful', async () => {
Expand Down

0 comments on commit d2c1a04

Please sign in to comment.