Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Erik van Elburg committed Dec 24, 2020
1 parent 6297675 commit 3ddf036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_parser_corner_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TestParserCornerCases(unittest.TestCase):

def test_power_event_log_empty_1(self):
# 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)

object_type = ProfileGenericObject
Expand Down

0 comments on commit 3ddf036

Please sign in to comment.