Skip to content

Commit 7211370

Browse files
Update test/logformats_test.py
Co-authored-by: Felix Divo <4403130+felixdivo@users.noreply.github.com>
1 parent 0639c73 commit 7211370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/logformats_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ def test_write(self):
667667
msg = can.Message(
668668
timestamp=now.timestamp(),
669669
arbitration_id=0x123,
670-
data=(_ for _ in range(64)),
670+
data=range(64),
671671
)
672672

673673
with writer:

0 commit comments

Comments
 (0)