Skip to content

Commit

Permalink
black: reformat source code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 22, 2024
1 parent 4963b0e commit 09899bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -2255,8 +2255,7 @@ def test_result_show_backup(self, capsys):
percent=ext_info["deduplication_ratio"]
)
assert (
resource_saved_percentage
== base_information["resource_saved_percentage"]
resource_saved_percentage == base_information["resource_saved_percentage"]
)

assert ext_info["timeline"] == base_information["timeline"]
Expand Down

0 comments on commit 09899bb

Please sign in to comment.