Skip to content

Commit f8039ed

Browse files
committed
Fixed typo in unit test
1 parent b3f25bf commit f8039ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/services/company-profile/service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ describe("company-profile", () => {
118118
expect(data.resource.links.filingHistory).to.equal(mockResponseBody.links.filing_history);
119119
});
120120

121-
it("maps the company field data items correctly when registered office, accounts, confirmation statement,links and super_secure_pscs are missing", async () => {
121+
it("maps the company field data items correctly when registered office, accounts, confirmation statement, links, and super_secure_pscs are missing", async () => {
122122
const mockResponseBody : CompanyProfileResource = ({
123123
company_name: "HELLO LTD",
124124
company_number: "88",

0 commit comments

Comments
 (0)