Skip to content

Commit e52a51f

Browse files
author
Rich Leland
committed
Fix linting error
1 parent 770f7dd commit e52a51f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/django/test_message.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,5 @@ def test_reply_to():
8181
)
8282
expected.update(base_expected)
8383

84-
assert message(reply_to=['[email protected]', '[email protected]']) == expected
84+
assert message(reply_to=['[email protected]',
85+
'[email protected]']) == expected

0 commit comments

Comments
 (0)