From b5df0f3b5e4a3c8c85fd20d4d5b0b9c3e8071b6c Mon Sep 17 00:00:00 2001 From: Alessio Date: Mon, 9 Dec 2024 15:03:48 -0800 Subject: [PATCH] Update integration test to account for @Offline_Twatter unfollowing @POTUS --- cmd/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tests.sh b/cmd/tests.sh index 0a2733c..2d010d5 100755 --- a/cmd/tests.sh +++ b/cmd/tests.sh @@ -429,7 +429,7 @@ tw fetch_dm "1458284524761075714-1488963321701171204" # Test followers and followees test $(sqlite3 twitter.db "select count(*) from follows") = "0" tw get_followees Offline_Twatter -test $(sqlite3 twitter.db "select count(*) from follows where follower_id = 1488963321701171204") = "4" +test $(sqlite3 twitter.db "select count(*) from follows where follower_id = 1488963321701171204") = "3" test $(sqlite3 twitter.db "select count(*) from follows where followee_id = 1488963321701171204") = "0" tw get_followers Offline_Twatter test $(sqlite3 twitter.db "select count(*) from follows where follower_id = 1488963321701171204 and followee_id = 759251") = "1"