Skip to content

Commit

Permalink
fix test failing after updating variable
Browse files Browse the repository at this point in the history
  • Loading branch information
songmeo committed May 9, 2024
1 parent 4ead82c commit 7ff7ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/application/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async def _unittest_slow_node(compiled: typing.List[pycyphal.dsdl.GeneratedPacka
asyncio.get_running_loop().slow_callback_duration = 3.0

assert compiled
remote_pres = Presentation(UDPTransport("127.1.1.1"))
remote_pres = Presentation(UDPTransport("127.1.1.1", None))
remote_hb_sub = remote_pres.make_subscriber_with_fixed_subject_id(Heartbeat_1)
remote_info_cln = remote_pres.make_client_with_fixed_service_id(GetInfo_1, 258)

Expand Down

0 comments on commit 7ff7ac2

Please sign in to comment.