From ae78d60fe45ea78da51f84a4160b84b2001776b2 Mon Sep 17 00:00:00 2001 From: tanner Date: Thu, 8 Apr 2021 19:29:08 +0000 Subject: [PATCH] fixed typo --- tests/mc_comm/test_mc_comm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mc_comm/test_mc_comm.py b/tests/mc_comm/test_mc_comm.py index 32143c27f..9e5e6afdc 100644 --- a/tests/mc_comm/test_mc_comm.py +++ b/tests/mc_comm/test_mc_comm.py @@ -1553,7 +1553,7 @@ def test_McCommunicationProcess__automatically_sends_time_set_command_when_recei invoke_process_run_and_check_errors(mc_process) # remove initial status beacon log message output_queue.get(timeout=QUEUE_CHECK_TIMEOUT_SECONDS) - # assert command response proceesed and message sent to main + # assert command response processed and message sent to main confirm_queue_is_eventually_of_size(output_queue, 1) message_to_main = output_queue.get(timeout=QUEUE_CHECK_TIMEOUT_SECONDS) assert message_to_main == {