Skip to content

Commit 690ecad

Browse files
committed
LP-1309 Update test descriptions
1 parent 62e4d67 commit 690ecad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/presentation/test/integration/postTransition/limitedPartnership/dateOfUpdate/when-did-the-name-of-the-partnership-change.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ describe("Partnership name change date page", () => {
7575
});
7676
});
7777

78-
it("should display the specifc message rather than the original when the date is before the incorporation date", async () => {
78+
it("should display the specifc error message rather than the original when the date is before the incorporation date", async () => {
7979
const limitedPartnership = new LimitedPartnershipBuilder().withDateOfUpdate("2024-10-10").build();
8080

8181
appDevDependencies.limitedPartnershipGateway.feedLimitedPartnerships([limitedPartnership]);

src/presentation/test/integration/postTransition/limitedPartnership/dateOfUpdate/when-did-the-principal-place-of-business-address-change.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe("Partnership principal place of business address change date page", ()
5151
expect(res.text).toContain(`Redirecting to ${redirectUrl}`);
5252
});
5353

54-
it("should display the specifc message rather than the original when the date is before the incorporation date", async () => {
54+
it("should display the specifc error message rather than the original when the date is before the incorporation date", async () => {
5555
const limitedPartnership = new LimitedPartnershipBuilder().withDateOfUpdate("2024-10-10").build();
5656

5757
appDevDependencies.limitedPartnershipGateway.feedLimitedPartnerships([limitedPartnership]);

src/presentation/test/integration/postTransition/limitedPartnership/dateOfUpdate/when-did-the-registered-office-address-change.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe("Registered office address change date page", () => {
5858
});
5959
});
6060

61-
it("should display the specifc message rather than the original when the date is before the incorporation date", async () => {
61+
it("should display the specifc error message rather than the original when the date is before the incorporation date", async () => {
6262
const limitedPartnership = new LimitedPartnershipBuilder().withDateOfUpdate("2024-10-10").build();
6363

6464
appDevDependencies.limitedPartnershipGateway.feedLimitedPartnerships([limitedPartnership]);

src/presentation/test/integration/postTransition/limitedPartnership/dateOfUpdate/when-did-the-term-change.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe("Partnership term change date page", () => {
6565
});
6666
});
6767

68-
it("should display the specifc message rather than the original when the date is before the incorporation date", async () => {
68+
it("should display the specifc error message rather than the original when the date is before the incorporation date", async () => {
6969
const limitedPartnership = new LimitedPartnershipBuilder().withDateOfUpdate("2024-10-10").build();
7070

7171
appDevDependencies.limitedPartnershipGateway.feedLimitedPartnerships([limitedPartnership]);

0 commit comments

Comments
 (0)