mirror of https://github.com/eyhc1/rendercv.git
tests: include an email with an underscore to tests (#64)
This commit is contained in:
parent
30c1ffeafd
commit
8cbff34877
|
@ -275,7 +275,7 @@ def rendercv_filled_curriculum_vitae_data_model(
|
||||||
name="John Doe",
|
name="John Doe",
|
||||||
label="Mechanical Engineer",
|
label="Mechanical Engineer",
|
||||||
location="Istanbul, Turkey",
|
location="Istanbul, Turkey",
|
||||||
email="johndoe@example.com",
|
email="john_doe@example.com",
|
||||||
phone="+905419999999", # type: ignore
|
phone="+905419999999", # type: ignore
|
||||||
website="https://example.com", # type: ignore
|
website="https://example.com", # type: ignore
|
||||||
social_networks=[
|
social_networks=[
|
||||||
|
|
Loading…
Reference in New Issue