Skip to content

Commit

Permalink
fixed test_read_table
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-42 committed May 27, 2021
1 parent b3cf709 commit daa00d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -1893,4 +1893,4 @@ def test_read_table():
assert isinstance(Table().read_table("tests/us-unemployment.csv"), Table)
assert isinstance(Table().read_table("tests/us-unemployment-copy"), Table)
assert isinstance(Table().read_table("tests/us-unemployment.txt"), Table)
assert isinstance(Table().read_table("https://raw.githubusercontent.com/data-8/textbook/gh-pages/data/deflategate.csv"), Table)
assert isinstance(Table().read_table("https://raw.githubusercontent.com/data-8/textbook/main/assets/data/deflategate.csv"), Table)

0 comments on commit daa00d1

Please sign in to comment.