Skip to content

Commit

Permalink
Update test/logformats_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Divo <[email protected]>
  • Loading branch information
pierreluctg and felixdivo authored Sep 13, 2024
1 parent 0639c73 commit 7211370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/logformats_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def test_write(self):
msg = can.Message(
timestamp=now.timestamp(),
arbitration_id=0x123,
data=(_ for _ in range(64)),
data=range(64),
)

with writer:
Expand Down

0 comments on commit 7211370

Please sign in to comment.