From 81c39e0c4cca9b4d3c5734aea0297ad59f551ea2 Mon Sep 17 00:00:00 2001 From: Alessio Date: Mon, 10 Jun 2024 17:14:44 -0700 Subject: [PATCH] Fix deleted tweet in integration test --- cmd/tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/tests.sh b/cmd/tests.sh index 5317bba..75aea67 100755 --- a/cmd/tests.sh +++ b/cmd/tests.sh @@ -166,9 +166,9 @@ test "$(sqlite3 twitter.db "select choice1_votes, choice2_votes, choice3_votes, # Fetch a tweet with a Twitter Space -tw fetch_tweet https://twitter.com/lndian_Bronson/status/1569875562784608256 +tw fetch_tweet https://x.com/AGAndrewBailey/status/1769857889802359212 test $(sqlite3 twitter.db "select count(*) from spaces") = "1" -test $(sqlite3 twitter.db "select space_id from tweets where id = 1569875562784608256") = "1dRJZMzeDpNGB" +test $(sqlite3 twitter.db "select space_id from tweets where id = 1769857889802359212") = "1BRJjPVmBBRKw" # Download a full thread tw fetch_tweet https://twitter.com/RememberAfghan1/status/1429585423702052867