From 2458a067ef93b8a61db1449002c1fa07b39e2a63 Mon Sep 17 00:00:00 2001 From: Zed Date: Sun, 29 Mar 2020 09:31:35 +0200 Subject: [PATCH] Update tests --- tests/test_timeline.py | 2 +- tests/test_tweet.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_timeline.py b/tests/test_timeline.py index 036452a..1116d9e 100644 --- a/tests/test_timeline.py +++ b/tests/test_timeline.py @@ -6,7 +6,7 @@ normal = [['mobile_test'], ['mobile_test_2']] after = [['mobile_test', '627635134573862912'], ['mobile_test_2', '377196342281388032']] -short = [['mobile_test_6'], ['mobile_test_8'], ['picman']] +short = [['mobile_test_8'], ['picman']] no_more = [['mobile_test_8?max_position=159455542543257601']] diff --git a/tests/test_tweet.py b/tests/test_tweet.py index 8230724..d3897fc 100644 --- a/tests/test_tweet.py +++ b/tests/test_tweet.py @@ -16,7 +16,7 @@ timeline = [ ] status = [ - [20, 'jack 🌍🌏🌎', 'jack', '21 Mar 2006', 'just setting up my twttr'], + [20, 'jack', 'jack', '21 Mar 2006', 'just setting up my twttr'], [134849778302464000, 'The Twoffice', 'TheTwoffice', '10 Nov 2011', 'test'], [105685475985080322, 'The Twoffice', 'TheTwoffice', '22 Aug 2011', 'regular tweet'], [572593440719912960, 'Test account', 'mobile_test', '2 Mar 2015', 'testing test'] @@ -85,7 +85,7 @@ emoji = [ retweet = [ [7, 'mobile_test_2', 'mobile test 2', 'Test account', '@mobile_test', '1234'], - [3, 'mobile_test_8', 'mobile test 8', 'jack 🌍🌏🌎', '@jack', 'twttr'] + [3, 'mobile_test_8', 'mobile test 8', 'jack', '@jack', 'twttr'] ] reply = [