Skip to content

Commit

Permalink
Fix vector test (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 authored Dec 10, 2023
1 parent 033be12 commit 3b8ab2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def test_bus_creation() -> None:

@pytest.mark.skipif(not XLDRIVER_FOUND, reason="Vector XL API is unavailable")
def test_bus_creation_channel_index() -> None:
channel_index = 3
channel_index = 1
bus = can.Bus(
channel=0,
serial=_find_virtual_can_serial(),
Expand Down

0 comments on commit 3b8ab2e

Please sign in to comment.