tests: update tests for new section titles

This commit is contained in:
Sina Atalay
2024-07-13 19:35:58 +03:00
parent afd35c20a7
commit 1434368fdb
2 changed files with 3 additions and 3 deletions

View File

@@ -753,8 +753,8 @@ def test_default_input_file_doesnt_have_local_catalog():
@pytest.mark.parametrize(
"key, expected_section_title",
[
("this_is_a_test", "This Is A Test"),
("welcome_to_RenderCV!", "Welcome To RenderCV!"),
("this_is_a_test", "This Is a Test"),
("welcome_to_RenderCV!", "Welcome to RenderCV!"),
("\\faGraduationCap_education", "\\faGraduationCap Education"),
("Hello_World", "Hello World"),
("Hello World", "Hello World"),

View File

@@ -4,4 +4,4 @@ import pydantic
class DummythemeThemeOptions(pydantic.BaseModel):
theme: Literal["dummytheme"]
theme: Literal['dummytheme']