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