Skip to content

Commit d243f40

Browse files
[STYLE] Update tests/test_hear_cleanup.py code style (- WIP PR #361 -)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 2fe7c5b commit d243f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_hear_cleanup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def test_cleanup_on_exit(self) -> None:
157157
self.assertEqual(
158158
int(p.exitcode),
159159
int(self.EXPECTED_STOP_EXIT_CODE),
160-
"CEP-8 VIOLATION."
160+
"CEP-8 VIOLATION.",
161161
)
162162
theResult = (int(p.exitcode) <= int(self.EXPECTED_STOP_EXIT_CODE))
163163
except Exception as err:

0 commit comments

Comments
 (0)