FIXUP: forgot this in the previous commit
This commit is contained in:
parent
a464aa8a98
commit
b36e7410c5
@ -248,7 +248,7 @@ func TestParseTweetResponseWithTombstones(t *testing.T) {
|
|||||||
extra_users := tweet_resp.HandleTombstones()
|
extra_users := tweet_resp.HandleTombstones()
|
||||||
assert.Len(extra_users, 1)
|
assert.Len(extra_users, 1)
|
||||||
|
|
||||||
trove, err := ParseTweetResponse(tweet_resp)
|
trove, err := tweet_resp.ToTweetTrove()
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
||||||
assert.Len(trove.Tweets, 2)
|
assert.Len(trove.Tweets, 2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user