Skip to content

Commit

Permalink
Test sheet name with xlsx2csv
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Jul 29, 2024
1 parent eda6397 commit ce80b9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/hdx/utilities/test_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,6 @@ def test_get_tabular_rows_xlsx2csv(self, fixtureurlexcel):
assert headers == expected_headers
assert list(iterator)[0] == expected_row


def test_get_tabular_rows_json(self, fixturejsonurl):
with Download() as downloader:
headers, iterator = downloader.get_tabular_rows(
Expand Down

0 comments on commit ce80b9c

Please sign in to comment.