small fix

This commit is contained in:
Hans Erik van Elburg 2020-12-24 12:44:49 +01:00
parent 629767590b
commit 3ddf0366e6

View File

@ -17,7 +17,7 @@ class TestParserCornerCases(unittest.TestCase):
def test_power_event_log_empty_1(self): def test_power_event_log_empty_1(self):
# POWER_EVENT_FAILURE_LOG (1-0:99.97.0) # POWER_EVENT_FAILURE_LOG (1-0:99.97.0)
parser = TelegramParser(telegram_specifications.V4) parser = TelegramParser(telegram_specifications.V5)
telegram = Telegram(TELEGRAM_V5, parser, telegram_specifications.V5) telegram = Telegram(TELEGRAM_V5, parser, telegram_specifications.V5)
object_type = ProfileGenericObject object_type = ProfileGenericObject