From 4f7799a1cde8a457f7e9b054e6dfa02815f41cdf Mon Sep 17 00:00:00 2001 From: semuadmin <28569967+semuadmin@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:06:21 +0100 Subject: [PATCH] enhance SEC test cases --- tests/pygpsdata-SEC.log | Bin 156 -> 176 bytes tests/test_stream.py | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/pygpsdata-SEC.log b/tests/pygpsdata-SEC.log index 34937282a8de387236a5c3f2e563569c2b882728..37cfdaab2dcbbb58a7b76142e9939d98a37100f7 100644 GIT binary patch delta 27 fcmbQkxPfuP9FeU_>YO|bj0_A6tU$~T#GdZ~Sy=@q delta 6 NcmdnMIEQh<8~_Mf0($@e diff --git a/tests/test_stream.py b/tests/test_stream.py index a902a58..3935874 100644 --- a/tests/test_stream.py +++ b/tests/test_stream.py @@ -291,6 +291,7 @@ def testSEC( "", "", "", + "", ) i = 0 with open(os.path.join(DIRNAME, "pygpsdata-SEC.log"), "rb") as stream: @@ -299,7 +300,7 @@ def testSEC( # print(f'"{parsed}",') self.assertEqual(str(parsed), EXPECTED_RESULTS[i]) i += 1 - self.assertEqual(i, 6) + self.assertEqual(i, 7) def testCFGLOG( self,