Skip to content

Commit

Permalink
PI-2015 update notes text after testing review (#3474)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj authored Mar 15, 2024
1 parent e72c399 commit c950fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ internal class MessagingIntegrationTest {
contact.notes,
equalTo(
"""
|The expected arrival and/or departure for the booking has changed
|The expected arrival and/or departure dates for the booking have changed.
|
|Previous: 30/01/2023 to 30/04/2023
|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class ReferralService(
locationCode = ap.locationCode(),
description = "Booking changed for ${details.premises.name}",
notes = listOfNotNull(
"The expected arrival and/or departure for the booking has changed",
"The expected arrival and/or departure dates for the booking have changed.",
"Previous: ${DeliusDateFormatter.format(referral.expectedArrivalDate)} to ${
DeliusDateFormatter.format(
referral.expectedDepartureDate
Expand Down

0 comments on commit c950fad

Please sign in to comment.