Skip to content

Commit

Permalink
well that is tricky
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Oct 28, 2023
1 parent 9bf8feb commit 6329039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cfdp/test_src_handler_acked.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def test_large_missing_chunk_retransmission(self):
if sys.version_info >= (3, 9):
rand_data = random.randbytes(self.file_segment_len * 3)
else:
rand_data = os.urandom(self.file_segment_len * 2)
rand_data = os.urandom(self.file_segment_len * 3)
crc32 = PredefinedCrc("crc32")
crc32.update(rand_data)
crc32 = crc32.digest()
Expand Down

0 comments on commit 6329039

Please sign in to comment.