diff --git a/cmd/tests.sh b/cmd/tests.sh index 5fd213f..326b153 100755 --- a/cmd/tests.sh +++ b/cmd/tests.sh @@ -297,9 +297,9 @@ test $(find link_preview_images | wc -l) = $initial_link_preview_images_count # # Test a tweet thread with tombstones tw fetch_tweet https://twitter.com/CovfefeAnon/status/1454526270809726977 -test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454515503242829830") = 1 +# test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454515503242829830") = 1 # TODO: he unprivated temporarily test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454521424144654344") = 1 -test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454522147750260742") = 1 +# test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454522147750260742") = 1 test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454526270809726977") = 0 # Check that it downloaded the fetchable user's profile image test $(find profile_images/WhaleTherapist_profile* | wc -l) -ne 0