Fix tests code style.

This commit is contained in:
Sergey Vartanov 2022-07-25 23:54:30 +03:00
parent 1bb3ca5a37
commit 8d252fe998
3 changed files with 8 additions and 4 deletions

View file

@ -121,6 +121,7 @@ def test_element() -> None:
def test_unwrapped_element() -> None:
"""Test `element` command from inside the project."""
arguments: argparse.Namespace = parse_arguments(
["map_machine"] + COMMAND_LINES["element"]
)