We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c139844 commit dbbbe57Copy full SHA for dbbbe57
tests/test_cyberchannel.py
@@ -73,7 +73,7 @@ def test_cyberchannel_uds():
73
uds_file = Path(tempfile.gettempdir()) / "test_uds.sock"
74
with uds_file.open("w"):
75
pass
76
- ch = cyberchannel.create_uds_channel_fullpath(uds_fullpath=uds_file)
+ ch = cyberchannel.create_uds_channel(uds_fullpath=uds_file)
77
assert ch is not None
78
assert ch._channel.target().decode() == f"unix:{uds_file}"
79
assert not ch.close()
0 commit comments