mirror of
https://github.com/rendercv/rendercv.git
synced 2026-03-05 23:37:50 -05:00
Update test_data_models.py
fix ORCID punctuation error
This commit is contained in:
@@ -427,7 +427,7 @@ def test_invalid_social_networks(network, username):
|
||||
("LinkedIn", "myusername", "https://linkedin.com/in/myusername"),
|
||||
("GitHub", "myusername", "https://github.com/myusername"),
|
||||
("Instagram", "myusername", "https://instagram.com/myusername"),
|
||||
("Orcid", "myusername", "https://orcid.org/myusername"),
|
||||
("ORCID", "myusername", "https://orcid.org/myusername"),
|
||||
("Twitter", "myusername", "https://twitter.com/myusername"),
|
||||
("Mastodon", "@myusername@test.org", "https://test.org/@myusername"),
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user