Skip to content

Commit

Permalink
added parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan-789 committed Mar 30, 2024
1 parent 72b8a8f commit ead4396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/parsing/test_full_telemetry_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_radio_block(pkt_version: int, block_header: BlockHeader, hex_block_cont
"""
test a proper line on parse_radio_block
"""
prb = parse_radio_block(1, block_header, hex_block_contents)
prb = parse_radio_block(pkt_version, block_header, hex_block_contents)
assert prb is not None
if prb is not None:
assert prb.block_header.length == 12
Expand Down

0 comments on commit ead4396

Please sign in to comment.