FIXUP: forgot this in the previous commit

This commit is contained in:
Alessio 2023-06-08 13:10:15 -03:00
parent a464aa8a98
commit b36e7410c5

View File

@ -248,7 +248,7 @@ func TestParseTweetResponseWithTombstones(t *testing.T) {
extra_users := tweet_resp.HandleTombstones()
assert.Len(extra_users, 1)
trove, err := ParseTweetResponse(tweet_resp)
trove, err := tweet_resp.ToTweetTrove()
require.NoError(t, err)
assert.Len(trove.Tweets, 2)