Skip to content

Commit 185eb75

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 84eda89 commit 185eb75

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_extract_socials.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ def test_extract_mastodon_url(input_string, result):
5151
"https://regional.linkedin.com/in/example",
5252
),
5353
("in/user123/nl", "https://linkedin.com/in/user123/nl"),
54-
("https://nl.linkedin.com/in/user123/en", "https://nl.linkedin.com/in/user123/en"),
54+
(
55+
"https://nl.linkedin.com/in/user123/en",
56+
"https://nl.linkedin.com/in/user123/en",
57+
),
5558
],
5659
)
5760
def test_extract_linkedin_url(input_string, result):

0 commit comments

Comments
 (0)