small fix
This commit is contained in:
parent
629767590b
commit
3ddf0366e6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user