Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 12, 2022
1 parent efa2fb5 commit d6b0b68
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_runtime_errors.py
Expand Up @@ -238,11 +238,11 @@ def test_directory_without_notebooks(capsys: "CaptureFixture") -> None:
main(["black", "docs"])
_, err = capsys.readouterr()
expected_err = (
'No valid notebooks found in given path(s)\n'
'\n'
'\x1b[1m\n'
'If you believe the notebook(s) to be valid, please report a bug at '
'https://github.com/nbQA-dev/nbQA/issues \x1b[0m\n'
'\n'
"No valid notebooks found in given path(s)\n"
"\n"
"\x1b[1m\n"
"If you believe the notebook(s) to be valid, please report a bug at "
"https://github.com/nbQA-dev/nbQA/issues \x1b[0m\n"
"\n"
)
assert err == expected_err

0 comments on commit d6b0b68

Please sign in to comment.