Skip to content

Commit

Permalink
Merge branch 'fix_test_read_table_test' into test_map_property_feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-42 committed May 27, 2021
2 parents 09b21d3 + daa00d1 commit 480223c
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 480223c

Please sign in to comment.