We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033be12 commit 3b8ab2eCopy full SHA for 3b8ab2e
test/test_vector.py
@@ -120,7 +120,7 @@ def test_bus_creation() -> None:
120
121
@pytest.mark.skipif(not XLDRIVER_FOUND, reason="Vector XL API is unavailable")
122
def test_bus_creation_channel_index() -> None:
123
- channel_index = 3
+ channel_index = 1
124
bus = can.Bus(
125
channel=0,
126
serial=_find_virtual_can_serial(),
0 commit comments