Skip to content

Commit

Permalink
update unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRZapata committed May 1, 2021
1 parent be47f27 commit f7a698f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_pycoornet.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def sample_source_df():
def test_crowdtangle(crowd_token, sample_source_df):
crowd_tangle = CrowdTangle(crowd_token)
shares_df = crowd_tangle.get_shares(urls=sample_source_df, url_column='clean_url', date_column='date',
clean_urls=True, platforms='facebook', sleep_time=1)
clean_urls=True, platforms='facebook', sleep_time=1,
id_column = url_rid)
if shares_df.shape[0] > 0:
assert True
else:
Expand Down

0 comments on commit f7a698f

Please sign in to comment.