Skip to content

Commit 5dc1f22

Browse files
committed
refactor(test_doxygen.py): Fix typo in doxygen dir
1 parent ffee446 commit 5dc1f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_doxygen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def test_update_doxylink_settings_skipped(
7676
config_spec.append("doxylink")
7777

7878
config = unittest.mock.NonCallableMock(config_spec)
79-
config.doxygen_html = "doxgen/html" if has_doxygen_html else None
79+
config.doxygen_html = "doxygen/html" if has_doxygen_html else None
8080
config.overrides = []
8181
config._raw_config = []
8282
expected: dict[str, tuple[str, str]]

0 commit comments

Comments
 (0)