Skip to content

Commit 585dbbb

Browse files
committed
black formatting
1 parent 6f1ee8c commit 585dbbb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/test_comment_spell_check.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_comment_spell_check(self):
6262
"comment_spell_check.py",
6363
"--version",
6464
],
65-
stdout = subprocess.PIPE,
65+
stdout=subprocess.PIPE,
6666
)
6767
print("Return code:", runresult.returncode)
6868
print("Version: ", runresult.stdout)
@@ -72,6 +72,4 @@ def test_comment_spell_check(self):
7272
"Self code test: comment_spell_check.py process returned bad code"
7373
)
7474
if "unknown" in version_string:
75-
self.fail(
76-
"Self code test: version string contains \'unknown\'"
77-
)
75+
self.fail("Self code test: version string contains 'unknown'")

0 commit comments

Comments
 (0)