This commit is contained in:
Alessio 2023-08-18 16:44:23 -03:00
parent c454162d7d
commit 77f0db2e11

View File

@ -84,7 +84,7 @@ func TestUserFeed(t *testing.T) {
tweet_nodes := cascadia.QueryAll(root, selector(".timeline > .tweet"))
assert.Len(tweet_nodes, 7)
including_quote_tweets := cascadia.QueryAll(root, selector(".tweet"))
assert.Len(including_quote_tweets, 9)
assert.Len(including_quote_tweets, 10)
}
func TestUserFeedMissing(t *testing.T) {