Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRZapata committed May 1, 2021
1 parent f7a698f commit 7fb5ba6
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 @@ -18,8 +18,9 @@ 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,
id_column = url_rid)
id_column = 'url_rid')
if shares_df.shape[0] > 0:

assert True
else:
assert False
Expand Down

0 comments on commit 7fb5ba6

Please sign in to comment.