From 9e8fab8cf9509d9a0cbf1c6e743e54a171081fe1 Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Fri, 10 May 2024 16:45:06 +0100 Subject: [PATCH] Update pygments tests --- tests/test_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_build.py b/tests/test_build.py index 849c1b34d..90ea079ac 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -811,7 +811,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", ), ),