diff --git a/tests.py b/tests.py index c3f467902..fca8e91b8 100644 --- a/tests.py +++ b/tests.py @@ -2313,7 +2313,12 @@ def testHashtagRuleTree(): def testGetNewswireTags(): print('testGetNewswireTags') - rssDescription='#ExcitingHashtagCompelling description with #ExcitingHashtag, which is being posted in #BoringForum' + rssDescription='#ExcitingHashtag' + \ + 'Compelling description with #ExcitingHashtag, which is ' + \ + 'being posted in #BoringForum' tags = getNewswireTags(rssDescription, 10) assert len(tags) == 2 assert '#BoringForum' in tags