Skip to content

Commit

Permalink
Fix kaitai py tests (#1410)
Browse files Browse the repository at this point in the history
# Description

@swift-nav/devinfra

<!-- Changes proposed in this PR -->

# API compatibility

Does this change introduce a API compatibility risk?

<!-- Provide a short explanation why or why not -->

## API compatibility plan

If the above is "Yes", please detail the compatibility (or migration)
plan:

<!-- Provide a short explanation plan here -->

# JIRA Reference

https://swift-nav.atlassian.net/browse/BOARD-XXXX
  • Loading branch information
woodfell authored Apr 5, 2024
1 parent 4fe4fae commit faba77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kaitai/python/kaitai_sbp/tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys
import sbp.msg as msg_construct
import sbp.table as table_construct
from sbp.sbp2json import iter_messages as parse_file_construct
from sbp.sbp2json import iter_messages_buffered as parse_file_construct
from subprocess import Popen, PIPE

SBP_HEADER_LEN = 6
Expand Down

0 comments on commit faba77a

Please sign in to comment.