Needed to wrap this line

This commit is contained in:
Jonathan Bobel
2024-07-30 14:35:30 -04:00
parent 4df7eb57d7
commit 6a5b033700

View File

@@ -493,5 +493,6 @@ def test_should_show_message_note(
)
assert normalize_spaces(page.select_one("main p.notification-status").text) == (
'Messages are sent immediately to the cell phone carrier, but will remain in "pending" status until we hear back from the carrier they have received it and attempted deliver. More information on delivery status.'
'Messages are sent immediately to the cell phone carrier, but will remain in "pending" status until we hear '
'back from the carrier they have received it and attempted deliver. More information on delivery status.'
)