From d2f57a89266d6f7cdbe4fa6d88308f164d1ebe49 Mon Sep 17 00:00:00 2001 From: Nigel Dokter Date: Mon, 27 Feb 2017 20:35:19 +0100 Subject: [PATCH] fixed pep8 --- test/test_match_telegram_specification.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_match_telegram_specification.py b/test/test_match_telegram_specification.py index 1385b82..357495a 100644 --- a/test/test_match_telegram_specification.py +++ b/test/test_match_telegram_specification.py @@ -7,7 +7,6 @@ from test import example_telegrams class MatchTelegramSpecificationTest(unittest.TestCase): - def test_v2_2(self): assert match_telegram_specification(example_telegrams.TELEGRAM_V2_2) \ == telegram_specifications.V2_2