Skip to content

Commit

Permalink
test: Update test results to match name field from mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jul 11, 2024
1 parent e67d1a5 commit 609874f
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe("buildContentFromSessions function", () => {
},
];

const result = `Service: Apply for a lawful development certificate
const result = `Service: Apply for a Lawful Development Certificate
Address: 1 High Street
Project type: New office premises
Expiry Date: 29 May 2026
Expand Down Expand Up @@ -124,15 +124,15 @@ describe("buildContentFromSessions function", () => {
},
},
];
const result = `Service: Apply for a lawful development certificate
const result = `Service: Apply for a Lawful Development Certificate
Address: 1 High Street
Project type: New office premises
Expiry Date: 29 May 2026
Link: example.com/team/apply-for-a-lawful-development-certificate/published?sessionId=123\n\nService: Apply for a lawful development certificate
Link: example.com/team/apply-for-a-lawful-development-certificate/published?sessionId=123\n\nService: Apply for a Lawful Development Certificate
Address: 2 High Street
Project type: New office premises
Expiry Date: 29 May 2026
Link: example.com/team/apply-for-a-lawful-development-certificate/published?sessionId=456\n\nService: Apply for a lawful development certificate
Link: example.com/team/apply-for-a-lawful-development-certificate/published?sessionId=456\n\nService: Apply for a Lawful Development Certificate
Address: 3 High Street
Project type: New office premises
Expiry Date: 29 May 2026
Expand Down Expand Up @@ -184,7 +184,7 @@ describe("buildContentFromSessions function", () => {
},
},
];
const result = `Service: Apply for a lawful development certificate
const result = `Service: Apply for a Lawful Development Certificate
Address: 1 High Street
Project type: New office premises
Expiry Date: 29 May 2026
Expand Down Expand Up @@ -217,7 +217,7 @@ describe("buildContentFromSessions function", () => {
},
];

const result = `Service: Apply for a lawful development certificate
const result = `Service: Apply for a Lawful Development Certificate
Address: Address not submitted
Project type: New office premises
Expiry Date: 29 May 2026
Expand Down Expand Up @@ -252,7 +252,7 @@ describe("buildContentFromSessions function", () => {
},
];

const result = `Service: Apply for a lawful development certificate
const result = `Service: Apply for a Lawful Development Certificate
Address: 1 High Street
Project type: Project type not submitted
Expiry Date: 29 May 2026
Expand Down

0 comments on commit 609874f

Please sign in to comment.