Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
W.I.P.
Browse files Browse the repository at this point in the history
  • Loading branch information
pierce-h committed Sep 3, 2020
1 parent a688b9a commit a36d920
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

const { RateShipmentWithAllServices } = require("../../../../../lib/core/test-app/tests/rate-shipment-with-all-services");
const { CarrierApp } = require("@shipengine/connect-sdk/lib/internal/carriers/carrier-app");
const pojo = require("../../../utils/pojo");
const pojo = require("../../../../utils/pojo");
const { expect } = require("chai");

describe("The rate shipment with multiple services test suite", () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

const { SameDayPickup } = require("../../../../../lib/core/test-app/tests/same-day-pickup");
const { CarrierApp } = require("@shipengine/connect-sdk/lib/internal/carriers/carrier-app");
const pojo = require("../../../utils/pojo");
const pojo = require("../../../../utils/pojo");
const { expect } = require("chai");

describe("The schedule same day pickup test suite", () => {
Expand Down Expand Up @@ -74,7 +74,7 @@ describe("The schedule same day pickup test suite", () => {
}
]
}]

};

const args = { app, connectArgs, staticConfigTests, options };
Expand Down Expand Up @@ -278,4 +278,4 @@ function generateBasicAppAndConfigs() {
const connectArgs = {};

return { appDefinition, connectArgs, staticConfigTests, options };
}
}

0 comments on commit a36d920

Please sign in to comment.