Skip to content

Commit

Permalink
Revert "Temporarily trigger a test failure to see message"
Browse files Browse the repository at this point in the history
This reverts commit a8334c9.
  • Loading branch information
akaihola committed Dec 26, 2022
1 parent 3d74cc2 commit 96a2826
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/darker/tests/test_black_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,3 @@ def test_run_black_all_whitespace_input(src_content, expect):
result = run_black(src, BlackConfig())

assert result.string == expect


def test_black_incompatibility_message():
"""Trigger a test failure so we see that the GitHub workflow message works"""
assert False

0 comments on commit 96a2826

Please sign in to comment.