Skip to content

Commit

Permalink
Add missing docstring to test
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed May 16, 2024
1 parent 8b02119 commit b746bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_katex_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def test_katex_server_js_path(katex_js_path, expected_require_path):


def test_katex_server_js_path_error():
"""Test errors for configured KaTeX Javascript library path."""
katex_js_path = "non-existing.js"
error_msg = (
"KaTeX Javascript library could not be found at "
Expand Down

0 comments on commit b746bce

Please sign in to comment.