Skip to content

Commit faba77a

Browse files
authored
Fix kaitai py tests (#1410)
# 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
1 parent 4fe4fae commit faba77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kaitai/python/kaitai_sbp/tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sys
88
import sbp.msg as msg_construct
99
import sbp.table as table_construct
10-
from sbp.sbp2json import iter_messages as parse_file_construct
10+
from sbp.sbp2json import iter_messages_buffered as parse_file_construct
1111
from subprocess import Popen, PIPE
1212

1313
SBP_HEADER_LEN = 6

0 commit comments

Comments
 (0)