From 856964f349420dcb0156996445defa0ee60397fa Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Thu, 10 Nov 2022 21:44:14 +0000 Subject: [PATCH] fix --- HIL/tests/test_basic.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/HIL/tests/test_basic.py b/HIL/tests/test_basic.py index 8c3585c..6f07162 100644 --- a/HIL/tests/test_basic.py +++ b/HIL/tests/test_basic.py @@ -39,8 +39,6 @@ def test_aprs_msg(APRSIS): for i in range(5): line = APRSIS.get_line() for l in line: - if l == "OE5BPA-2>APLG01,TCPIP*,qAC,OE5BPA:=4819.82NL01418.68E&Testing": + if l == "OE5BPA-2>APLG01,TCPIP*,qAC,AT0EST:=4819.82NL01418.68E&Testing": return - else: - print(l) raise