We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ffd06 commit db0b20cCopy full SHA for db0b20c
1 file changed
test/test_socketcan_helpers.py
@@ -25,7 +25,7 @@ def test_error_code_to_str(self):
25
"""
26
27
# all possible & also some invalid error codes
28
- test_data = range(0, 256) + (-1, 256, 5235, 346264)
+ test_data = [range(0, 256)] + (-1, 256, 5235, 346264)
29
30
for error_code in test_data:
31
string = error_code_to_str(error_code)
0 commit comments