Skip to content

Commit

Permalink
DROPME
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSchubert committed Dec 30, 2023
1 parent bfb06c3 commit fe92b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/predefined/test_docformatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class TestDocformatter(BaseFormatterTest):
run_by_default=False,
)
"""
autofix_step = "docformatter:fix"
autofix_step = "docformatter:nonexistent"
invalid_file = '""" Here are some examples."""'
valid_file = '"""Here are some examples."""'

Expand Down

0 comments on commit fe92b33

Please sign in to comment.