From 06816fb8dcd76796565db145faee45b2a2ffc20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Mon, 4 Dec 2017 16:04:38 +0100 Subject: [PATCH] Test: checksum missing => missing checksum --- tests/util/test_comm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/util/test_comm.py b/tests/util/test_comm.py index e606db42..0c3618da 100644 --- a/tests/util/test_comm.py +++ b/tests/util/test_comm.py @@ -69,7 +69,7 @@ class TestCommErrorHandling(unittest.TestCase): "Error: No Checksum with line number, Last Line: 1", # Repetier - "Error: Checksum missing", + "Error: Missing checksum", ) def test_checksum_missing(self, line): """Should prepare receiving resend request"""