Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tannermpeterson committed Apr 8, 2021
1 parent 049c05a commit ae78d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mc_comm/test_mc_comm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 == {
Expand Down

0 comments on commit ae78d60

Please sign in to comment.