Skip to content

Commit 4306710

Browse files
fpozzobontimvink
authored andcommitted
removing warning escape
1 parent c716530 commit 4306710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def test_co_authors_working(tmp_path) -> None:
154154
contents = page_file.read_text()
155155
assert re.search("<span class='git-page-authors", contents)
156156
assert re.search(
157-
"<a href='mailto:12074690\+fpozzobon@users.noreply.github.com'>Fabien Pozzobon</a>",
157+
"fpozzobon@users.noreply.github.com'>Fabien Pozzobon</a>",
158158
contents,
159159
)
160160
assert re.search("<a href='mailto:jdoe@john.com'>John Doe</a>", contents)

0 commit comments

Comments
 (0)