Skip to content

Commit 3b8ab2e

Browse files
authored
Fix vector test (#1705)
1 parent 033be12 commit 3b8ab2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_vector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def test_bus_creation() -> None:
120120

121121
@pytest.mark.skipif(not XLDRIVER_FOUND, reason="Vector XL API is unavailable")
122122
def test_bus_creation_channel_index() -> None:
123-
channel_index = 3
123+
channel_index = 1
124124
bus = can.Bus(
125125
channel=0,
126126
serial=_find_virtual_can_serial(),

0 commit comments

Comments
 (0)