diff --git a/tests/activities/models/test_hashtag.py b/tests/activities/models/test_hashtag.py index f54cd4a..872d72e 100644 --- a/tests/activities/models/test_hashtag.py +++ b/tests/activities/models/test_hashtag.py @@ -28,7 +28,7 @@ def test_linkify_hashtag(): == 'Text' ) assert ( - linkify("#HashTag") == '#HashTag' + linkify("#HashTag") == '#HashTag' ) assert ( linkify( @@ -37,8 +37,8 @@ with #tags, linebreaks, and maybe a few links #allTheTags #AllTheTags #ALLTHETAGS""" ) - == """A longer text #bigContent -with #tags, linebreaks, and + == """A longer text #bigContent +with #tags, linebreaks, and maybe a few links -#allTheTags #AllTheTags #ALLTHETAGS""" +#allTheTags #AllTheTags #ALLTHETAGS""" )