Skip to content

Commit

Permalink
fix test after updating truncate logic
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj committed Jan 9, 2025
1 parent edffb8d commit eeea1b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ internal class IntegrationTest {
assertThat(contact.type.code, equalTo(EMAIL.code))
assertThat(
contact.description,
equalTo("Email - was involved in an incident that has a very, very long subject that surpassed the 200 character limit and therefore has been truncated to meet the character limitations for the description in ~")
equalTo("Email - was involved in an incident that has a very, very long subject that surpassed the 200 character limit and therefore has been truncated to meet the character limitations for the description i ~")
)
assertThat(
contact.notes, equalTo(
Expand Down

0 comments on commit eeea1b7

Please sign in to comment.