Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Jul 18, 2024
1 parent fd5ab85 commit 122d180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/datasets/test_eudem.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_len(self, dataset: EUDEM) -> None:
assert len(dataset) == 1

def test_extracted_already(self, dataset: EUDEM) -> None:
assert isinstance(dataset.paths, str)
assert isinstance(dataset.paths, Path)
zipfile = os.path.join(dataset.paths, 'eu_dem_v11_E30N10.zip')
shutil.unpack_archive(zipfile, dataset.paths, 'zip')
EUDEM(dataset.paths)
Expand Down

0 comments on commit 122d180

Please sign in to comment.