Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdabrowski1990 committed Oct 19, 2023
1 parent 037d75a commit 83e977f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system_tests/transport_interface/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def example_addressing_information_2nd_node():
Example Addressing Information of a 2nd CAN Node.
.. note::
Values of example_addressing_information and example_addressing_information_2nd_node are defined, so
Values of example_addressing_information and example_addressing_information_2nd_node are compatible, so
these two CAN nodes can communicate with each other over physical and functional addressing.
"""
return CanAddressingInformation(addressing_format=CanAddressingFormat.NORMAL_11BIT_ADDRESSING,
Expand Down

0 comments on commit 83e977f

Please sign in to comment.