mirror of
https://projects.torsion.org/witten/borgmatic.git
synced 2025-01-08 17:43:09 +00: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()
|