Skip to content

Commit

Permalink
'Refactored by Sourcery'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcery AI committed Feb 6, 2022
1 parent ce903d5 commit e87985b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/darker/tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def test_format_edited_parts_all_unchanged(git_repo, monkeypatch):
)
)

assert result == []
assert not result


def test_format_edited_parts_ast_changed(git_repo, caplog):
Expand Down Expand Up @@ -276,7 +276,7 @@ def test_format_edited_parts_isort_on_already_formatted(git_repo):
report_unmodified=False,
)

assert list(result) == []
assert not list(result)


@pytest.mark.kwparametrize(
Expand Down

0 comments on commit e87985b

Please sign in to comment.