Skip to content

Commit

Permalink
Fixed typo that was causing the ecs concourse build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisonGriffiths committed Dec 11, 2024
1 parent dd54396 commit 1214d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/routers/individualPscListRouter.int.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jest.mock("../../src/services/companyProfileService");
const mockGetCompanyProfile = getCompanyProfile as jest.Mock;
mockGetCompanyProfile.mockResolvedValue(validCompanyProfile);

jest.mock("../../src/services/companyPSCService");
jest.mock("../../src/services/companyPscService");
const mockGetCompanyIndividualPscList = getCompanyIndividualPscList as jest.Mock;
mockGetCompanyIndividualPscList.mockResolvedValue(INDIVIDUAL_PSCS_LIST);

Expand Down

0 comments on commit 1214d44

Please sign in to comment.