Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Dec 4, 2022
1 parent ed80bbc commit 2f0b237
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ def test_url_parse():

def test_get_extract():
"""Test the method to pull in an extract CSV."""
utils.get_extract_df("drudge-entities-analysis.csv")
utils.get_extract_df("drudge-entities-analysis.csv", dtype={"n": int})
utils.get_extract_df("sites.csv")


def test_get_url():
Expand Down

0 comments on commit 2f0b237

Please sign in to comment.