Skip to content

Commit

Permalink
test/tnl: fix typo in expected frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiccolo committed Jan 26, 2024
1 parent 2721f5f commit 167403c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_tnl.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_tnldg_lband():
assert msg.manufacturer == 'TNL'
assert msg.strength == 124.0
assert msg.snr == 10.5
assert msg.frequency == 5,1557855.0
assert msg.frequency == 1557855.0
assert msg.bitrate == 1200
assert msg.channel_no == 2
assert msg.status == '4'
Expand Down

0 comments on commit 167403c

Please sign in to comment.