Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Mar 29, 2020
1 parent 8a11b5a commit 2458a06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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']]

Expand Down
4 changes: 2 additions & 2 deletions tests/test_tweet.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]

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']
Expand Down Expand Up @@ -85,7 +85,7 @@

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 = [
Expand Down

0 comments on commit 2458a06

Please sign in to comment.