diff --git a/tests/test_html_for_tweet.py b/tests/test_html_for_tweet.py
index 934c2dc..921dfee 100644
--- a/tests/test_html_for_tweet.py
+++ b/tests/test_html_for_tweet.py
@@ -96,11 +96,11 @@ class TestHtmlForTweetTestCase(unittest.TestCase):
But its length is still counted in the indices of any subsequent
mentions, urls, hashtags, etc.
"""
- self.maxDiff = 2000
+ self.maxDiff = 2200
tweet_object = self.load_tweet('entities_with_prefix')
tweet_text = self.api.html_for_tweet(tweet_object)
self.assertEqual(tweet_text,
- 'This is a test for @visionphil that includes a link example.org and #hashtag and 😃 for good measure AND that is longer than 140 characters. example.com')
+ u'This is a test for @visionphil that includes a link example.org and #hashtag and X for good measure AND that is longer than 140 characters. example.com')
def test_media(self):
tweet_object = self.load_tweet('media')
diff --git a/tests/tweets/entities_with_prefix.json b/tests/tweets/entities_with_prefix.json
index 72043f9..8ba8975 100644
--- a/tests/tweets/entities_with_prefix.json
+++ b/tests/tweets/entities_with_prefix.json
@@ -2,7 +2,7 @@
"created_at":"Sat Jan 06 18:56:35 +0000 2018",
"id":949716340755091458,
"id_str":"949716340755091458",
- "full_text":"@philgyford This is a test for @visionphil that includes a link https://t.co/sKw4J3A8SZ and #hashtag and \ud83d\ude03 for good measure AND that is longer than 140 characters. https://t.co/jnQdy7Zg7u",
+ "full_text":"@philgyford This is a test for @visionphil that includes a link https://t.co/sKw4J3A8SZ and #hashtag and X for good measure AND that is longer than 140 characters. https://t.co/jnQdy7Zg7u",
"truncated":false,
"display_text_range":[ 12, 187 ],
"entities":{