mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-29 04:43:02 +02:00
6 lines
138 B
Python
6 lines
138 B
Python
from borgmatic.commands.completion import fish as module
|
|
|
|
|
|
def test_fish_completion_does_not_raise():
|
|
assert module.fish_completion()
|