Skip to content

Commit 05ccd09

Browse files
[STYLE] Fix for overlooked comment (- WIP PR #448 -)
Changes in file tests/test_hear_cleanup.py: * corrected an overlooked comment
1 parent 819f048 commit 05ccd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_hear_cleanup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def test_should_not_invoke_kill_func_when_handle_error_not_called(self) -> None:
233233
self.server = multicast.hear.McastServer(server_address, None, False)
234234
self.server.shutdown = MagicMock() # Mock the shutdown method
235235
client_address = (self.get_default_ip(), _fixture_port_num)
236-
# Mock a request not containing "STOP"
236+
# Mock a request containing "STOP"
237237
request = ("Any other message with O, P, S, T", multicast.genSocket())
238238
# Add assertions for initial state
239239
self.assertIsNotNone(request[1], "Socket should be created")

0 commit comments

Comments
 (0)