Skip to content

Commit

Permalink
fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Nov 25, 2023
1 parent 08ee08e commit 87db153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_runtime_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def test_wrong_extension_file(capsys: "CaptureFixture") -> None:
capsys
Pytest fixture to capture stdout and stderr.
"""
main(["black", "readthedocs.yml"])
main(["black", ".readthedocs.yaml"])
_, err = capsys.readouterr()
expected_err = "No notebooks found in given path(s)\n"
assert err == expected_err

0 comments on commit 87db153

Please sign in to comment.