Skip to content

Commit

Permalink
Adjust V1.1 hydrate test threshold, as more tweets have now been deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
SamHames committed Sep 30, 2022
1 parent 2039d3b commit 77f0af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_twarc.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ def test_hydrate():
for tweet in T.hydrate(iter(ids)):
assert tweet["id_str"]
count += 1
assert count > 90 # may need to adjust as these might get deleted
assert count > 80 # may need to adjust as these might get deleted


@patch("twarc.client.OAuth1Session", autospec=True)
Expand Down

0 comments on commit 77f0af5

Please sign in to comment.