Test: checksum missing => missing checksum

This commit is contained in:
Gina Häußge 2017-12-04 16:04:38 +01:00
parent cc0a17f2ac
commit 06816fb8dc

View file

@ -69,7 +69,7 @@ class TestCommErrorHandling(unittest.TestCase):
"Error: No Checksum with line number, Last Line: 1", "Error: No Checksum with line number, Last Line: 1",
# Repetier # Repetier
"Error: Checksum missing", "Error: Missing checksum",
) )
def test_checksum_missing(self, line): def test_checksum_missing(self, line):
"""Should prepare receiving resend request""" """Should prepare receiving resend request"""