From 43253a5bbe32d0d0be88aa437d14428816ee7b23 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Date: Fri, 13 Sep 2024 10:28:27 -0400 Subject: [PATCH] Update test/logformats_test.py Co-authored-by: Felix Divo <4403130+felixdivo@users.noreply.github.com> --- test/logformats_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/logformats_test.py b/test/logformats_test.py index 0ea44461e..0fbe065d2 100644 --- a/test/logformats_test.py +++ b/test/logformats_test.py @@ -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: