Fix "TypeError: 'module' object is not callable" in test_commands.py
This commit is contained in:
parent
613f6c602c
commit
ebe5c5e839
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import copy
|
||||
|
||||
import flexmock
|
||||
from flexmock import flexmock
|
||||
|
||||
import borgmatic.borg.info
|
||||
import borgmatic.borg.list
|
||||
|
@ -105,4 +105,4 @@ def test_display_archives_info_command_does_not_duplicate_flags_or_raise():
|
|||
|
||||
borgmatic.borg.info.display_archives_info(
|
||||
'repo', {}, '2.3.4', fuzz_argument(arguments, argument_name)
|
||||
)
|
||||
)
|
Loading…
Reference in a new issue