Skip to content

Commit

Permalink
Fix python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
woodfell committed Jun 15, 2024
1 parent adc358f commit 86dfce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/sbp/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_table_count():
Test number of available messages to deserialize.
"""
number_of_messages = 234
number_of_messages = 237
assert len(_SBP_TABLE) == number_of_messages

def test_table_unqiue_count():
Expand Down

0 comments on commit 86dfce0

Please sign in to comment.