Re-enable the retweets test
This commit is contained in:
parent
862c8a399e
commit
50e2edc2b9
@ -215,7 +215,7 @@ tw get_user_tweets covfefeanon
|
|||||||
|
|
||||||
# Check that there are some retweets
|
# Check that there are some retweets
|
||||||
rts_count=$(sqlite3 twitter.db "select count(*) from retweets")
|
rts_count=$(sqlite3 twitter.db "select count(*) from retweets")
|
||||||
# test $rts_count -gt "0"
|
test $rts_count -gt "0"
|
||||||
|
|
||||||
# Check that new retweets plus new tweets > 50
|
# Check that new retweets plus new tweets > 50
|
||||||
tweet_count_2=$(sqlite3 twitter.db "select count(*) from tweets")
|
tweet_count_2=$(sqlite3 twitter.db "select count(*) from tweets")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user