mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-30 14:50:09 +02:00
Fix tests code style.
This commit is contained in:
parent
1bb3ca5a37
commit
8d252fe998
3 changed files with 8 additions and 4 deletions
|
@ -4,5 +4,4 @@ from map_machine.ui.completion import completion_commands
|
|||
|
||||
def test_completion() -> None:
|
||||
"""Test Fish shell completion generation."""
|
||||
commands: str = completion_commands()
|
||||
assert commands.startswith("set -l")
|
||||
assert completion_commands().startswith("set -l")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue