From b23a6a7e05f61c5b54da34caee0c77a77f406d7a Mon Sep 17 00:00:00 2001 From: Alessio Date: Mon, 10 Jun 2024 18:33:59 -0700 Subject: [PATCH] Change integration test for search again due to upstream stupidity --- cmd/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tests.sh b/cmd/tests.sh index 3da0ba5..78f9119 100755 --- a/cmd/tests.sh +++ b/cmd/tests.sh @@ -355,7 +355,7 @@ tw --session Offline_Twatter.session list_followed > /dev/null # Dummy operatio # Test search tw search "from:michaelmalice constitution" # Update 2024-05-30: the default search page doesn't paginate anymore -test $(sqlite3 twitter.db "select count(*) from tweets where user_id = 44067298 and text like '%constitution%'") -gt "20" # Not sure exactly how many +test $(sqlite3 twitter.db "select count(*) from tweets where user_id = 44067298 and text like '%constitution%'") -gt "5" # Not sure exactly how many # Test fetching user Likes