mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-26 01:52:21 -04:00
tests: refactor
This commit is contained in:
@@ -506,7 +506,7 @@ def test_copy_theme_files_to_output_directory_custom_theme(
|
||||
init_file.write_text(
|
||||
"from typing import Literal\n\nimport pydantic\n\n\nclass"
|
||||
" DummythemeThemeOptions(pydantic.BaseModel):\n theme:"
|
||||
" Literal['dummytheme']\n"
|
||||
' Literal["dummytheme"]\n'
|
||||
)
|
||||
|
||||
# create reference_directory_path:
|
||||
|
||||
@@ -4,4 +4,4 @@ import pydantic
|
||||
|
||||
|
||||
class DummythemeThemeOptions(pydantic.BaseModel):
|
||||
theme: Literal['dummytheme']
|
||||
theme: Literal["dummytheme"]
|
||||
|
||||
Reference in New Issue
Block a user