Skip to content

Commit f9f863a

Browse files
committed
[GEOPY-2809] fix tests (missing geoh5 extension)
1 parent c3a7d22 commit f9f863a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/script_geoh5_to_las_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@pytest.fixture(scope="module", name="input_workspace")
2929
def input_workspace_fixture(tmp_path_factory) -> Workspace:
3030
tmp_path = tmp_path_factory.mktemp("input")
31-
with Workspace.create(tmp_path / "my workspace") as workspace:
31+
with Workspace.create(tmp_path / "my workspace.geoh5") as workspace:
3232
return workspace
3333

3434

0 commit comments

Comments
 (0)