Skip to content

Commit 2a690ef

Browse files
authored
DEV - Update pygments tests (#1807)
Update pygments tests
1 parent a31db4c commit 2a690ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ def test_math_header_item(sphinx_build_factory, file_regression) -> None:
820820
pytest.param(("fake_foo", "fake_bar"), ("#204a87", "#66d9ef"), id="fake"),
821821
pytest.param(
822822
("a11y-high-contrast-light", "a11y-high-contrast-dark"),
823-
("#7928a1", "#dcc6e0"),
823+
("#6730c5", "#dcc6e0"),
824824
id="real",
825825
),
826826
),

0 commit comments

Comments
 (0)