Skip to content

Commit

Permalink
Update test_python_can_kvaser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdabrowski1990 committed Oct 17, 2024
1 parent 799cd81 commit 074b5b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


class KvaserConfig(AbstractPythonCanTests):
"""Configuration for Python CAN Transport Interface with Kvaser CAN interfaces."""
"""Configuration for Python CAN Transport Interface tests with Kvaser CAN interfaces."""

def setup_class(self):
self.can_interface_1 = Bus(interface="kvaser", channel=0, fd=True, receive_own_messages=True)
Expand Down

0 comments on commit 074b5b6

Please sign in to comment.