From d8a376fd6f5193b8a20bd103b7fcf7445c21b4f5 Mon Sep 17 00:00:00 2001 From: Chris Sewell <chrisj_sewell@hotmail.com> Date: Wed, 5 May 2021 01:33:50 +0200 Subject: [PATCH] fix test --- 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 049a5d50..24f2b394 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -131,7 +131,7 @@ def test_toc_rebuild(cli, build_resources): [ ( "_toc_emptysections.yml", - " item not a mapping containing 'chapters' key @ '/parts/0/'", + "entry not a mapping containing 'chapters' key @ '/parts/0/'", ), # sphinx-ext-toc does not enforce url titles # ("_toc_urlwithouttitle.yml", "`url:` link should"), -- GitLab