Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mixxorz committed Jul 30, 2022
1 parent aa3848c commit 34791aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_export(self):
self.assertIn(
"Exported snapshot existing-snapshot-1 to "
"existing-snapshot-1_20200101-000000.dump",
result.output,
result.output.replace("\n", " "),
)

def test_export_not_found(self):
Expand Down

0 comments on commit 34791aa

Please sign in to comment.