Skip to content

Commit

Permalink
DEV - Update pygments tests (pydata#1807)
Browse files Browse the repository at this point in the history
Update pygments tests
  • Loading branch information
trallard authored and ivanov committed Jun 4, 2024
1 parent 10d5d5b commit 0cea9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ def test_math_header_item(sphinx_build_factory, file_regression) -> None:
pytest.param(("fake_foo", "fake_bar"), ("#204a87", "#66d9ef"), id="fake"),
pytest.param(
("a11y-high-contrast-light", "a11y-high-contrast-dark"),
("#7928a1", "#dcc6e0"),
("#6730c5", "#dcc6e0"),
id="real",
),
),
Expand Down

0 comments on commit 0cea9f1

Please sign in to comment.