Skip to content

Commit

Permalink
chore: change tests for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Dec 29, 2023
1 parent 9b1b6eb commit d708157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_basic_run(monaco_pbf_file_path: str) -> None:
result = runner.invoke(cli.app, [monaco_pbf_file_path])

assert result.exit_code == 0
assert "files/monaco_nofilter_noclip_compact.geoparquet" in result.stdout
assert str(Path("files/monaco_nofilter_noclip_compact.geoparquet")) in result.stdout


@P.parameters("args", "expected_result") # type: ignore
Expand Down

0 comments on commit d708157

Please sign in to comment.