Skip to content

Commit 4306710

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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\+[email protected]'>Fabien Pozzobon</a>",
157+
"[email protected]'>Fabien Pozzobon</a>",
158158
contents,
159159
)
160160
assert re.search("<a href='mailto:[email protected]'>John Doe</a>", contents)

0 commit comments

Comments
 (0)