From 8820949a3d7f69431da673f4dc4224f9f4a7dad9 Mon Sep 17 00:00:00 2001 From: stf <7o5rfu92t@ctrlc.hu> Date: Sun, 4 Apr 2021 19:28:38 +0000 Subject: [PATCH] duh, i'm lame, forgot closing } --- tests/test_parse_common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_parse_common.py b/tests/test_parse_common.py index e592945..ba2f13e 100644 --- a/tests/test_parse_common.py +++ b/tests/test_parse_common.py @@ -323,7 +323,7 @@ class DataExtentionsTC(unittest.TestCase): 'haat': '12.192m', 'period': 10, 'power': '1W', - 'range': '8.088km'}) + 'range': '8.088km'}}) body = "PHG1234text" remaining, parsed = parse_data_extentions(body) @@ -334,7 +334,7 @@ class DataExtentionsTC(unittest.TestCase): 'gain': '3db', 'haat': '12.192m', 'power': '1W', - 'range': '8.088km'}) + 'range': '8.088km'}}) def test_range(self): body = "RNG1000text"