Skip to content

Commit a77b3cc

Browse files
committed
1 parent 786ef9c commit a77b3cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

okdmr/tests/dmrlib/etsi/crc/test_crc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
def test_ccit_bitcrc_crc():
10-
crc_ccit = Calculator(optimized=True, configuration=Crc16.CCITT)
10+
crc_ccit = Calculator(optimized=True, configuration=Crc16.XMODEM)
1111
bit_crc_ccit = BitCrcCalculator(
1212
table_based=True,
1313
configuration=BitCrcConfiguration(

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test = [
4949
"pytest>=7.0.0",
5050
"pytest-cov>=4.0.0",
5151
"pytest-asyncio>=0.20.0",
52-
"crc>=4.0.0",
52+
"crc>=7.0.0",
5353
"coverage>=7.4.0"
5454
]
5555

0 commit comments

Comments
 (0)