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