Skip to content
Snippets Groups Projects
Commit c2f171c4 authored by Paul-Winpenny's avatar Paul-Winpenny
Browse files

Update message_handler.py

parent ecc78258
No related branches found
No related tags found
Loading
......@@ -216,4 +216,4 @@ if __name__ == "__main__":
assert message_handler.handle_message(None, "CALLBPM")== ("nav_command", "BPM")
assert message_handler.handle_message(None, "LOCATION") is ("nav_command", "LOC")
\ No newline at end of file
assert message_handler.handle_message(None, "LOCATION") == ("nav_command", "LOC")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment