Re-enable the retweets test

This commit is contained in:
Alessio 2024-03-12 09:25:51 -07:00
parent 862c8a399e
commit 50e2edc2b9

View File

@ -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")