Skip to content

Commit

Permalink
Fix typo in notifications_test.py (#3151)
Browse files Browse the repository at this point in the history
lenght -> length
  • Loading branch information
eltociear committed Mar 23, 2022
1 parent 412272f commit e20e430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/notifications_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def test_sends_sns_email(self):
def test_sns_subject_is_shortened(self):
"""
Call notifications.send_email_sns with too long Subject (more than 100 chars)
and check that it is cut to lenght of 100 chars.
and check that it is cut to length of 100 chars.
"""

long_subject = 'Luigi: SanityCheck(regexPattern=aligned-source\\|data-not-older\\|source-chunks-compl,'\
Expand Down

0 comments on commit e20e430

Please sign in to comment.