Skip to content

Commit

Permalink
Update logformats_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreluctg committed Sep 13, 2024
1 parent 6ecf7cf commit 4aa6bfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/logformats_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,9 @@ def test_write(self):
writer = can.ASCWriter(self.test_file_name)

msg = can.Message(
timestamp=now.timestamp(), arbitration_id=0x123, data=(_ for _ in range(64))
timestamp=now.timestamp(),
arbitration_id=0x123,
data=(_ for _ in range(64)),
)

with writer:
Expand Down

0 comments on commit 4aa6bfa

Please sign in to comment.