Skip to content

Commit 9a1094c

Browse files
committed
Ruff fix
1 parent 8493e83 commit 9a1094c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eventstore/tests/test_whatsapp_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def test_whatsapp_delivery_failure_excluded_error_code(self):
589589
{
590590
"code": 131000,
591591
"error_data": {
592-
"details": "Message failed to send due " "to an unknown error."
592+
"details": "Message failed to send due to an unknown error."
593593
},
594594
"title": "Something went wrong",
595595
}

0 commit comments

Comments
 (0)