Update tests
This commit is contained in:
parent
8a11b5a167
commit
2458a067ef
2 changed files with 3 additions and 3 deletions
|
@ -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']]
|
||||
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue