diff --git a/src/robot_interface/endpoints/socket_base.py b/src/robot_interface/endpoints/socket_base.py index 12797a3..9c7c20b 100644 --- a/src/robot_interface/endpoints/socket_base.py +++ b/src/robot_interface/endpoints/socket_base.py @@ -7,9 +7,6 @@ class SocketBase(object): """ Base class for endpoints associated with a ZeroMQ socket. - :param identifier: The identifier of the endpoint. - :type identifier: str - :ivar identifier: The identifier of the endpoint. :vartype identifier: str diff --git a/test/common/microphone_utils.py b/test/common/microphone_utils.py index 65499ea..51b353e 100644 --- a/test/common/microphone_utils.py +++ b/test/common/microphone_utils.py @@ -177,7 +177,7 @@ class MicrophoneUtils(object): def test_choose_mic_no_argument(self, pyaudio_instance, mocker): """ - Tests `choose_mic` function when no command-line arguments + Tests `choose_mic` function when no command-line arguments are provided, verifying that the function falls back correctly to the system's default microphone selection. """