From 631d07c6fc8d9eee23c6ce7824097aa7ee306c15 Mon Sep 17 00:00:00 2001 From: Alessio Date: Sun, 3 Nov 2024 18:38:16 -0800 Subject: [PATCH] Fix integration test (user changed their handle) --- cmd/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tests.sh b/cmd/tests.sh index 5356ab5..5fd213f 100755 --- a/cmd/tests.sh +++ b/cmd/tests.sh @@ -302,7 +302,7 @@ test $(sqlite3 twitter.db "select is_stub from tweets where id = 145452142414465 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/itsbackwereover_profile* | wc -l) -ne 0 +test $(find profile_images/WhaleTherapist_profile* | wc -l) -ne 0 # Test an expanding ("Show more") tweet