From ac69ad3feceb856261c73de98e3f52ec29be9648 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Thu, 11 Apr 2019 20:52:58 +0200 Subject: [PATCH] Fix tests --- tests/test_content_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_content_helper.py b/tests/test_content_helper.py index 7e77e12..8eb0ba9 100644 --- a/tests/test_content_helper.py +++ b/tests/test_content_helper.py @@ -42,7 +42,7 @@ def test_little_content_helper_mention(_): content, tags = content_helper.parse_markdown("hello @dev@microblog.pub") assert content == ( '

hello @dev' - "@microblog.pub

" + "@microblog.pub

" ) assert tags == [ {