Skip to content

Commit

Permalink
mypy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Dec 11, 2023
1 parent c3974c0 commit 38d15e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_main(
cfg = main(str(request.getfixturevalue(input_config)))

# check output files exist
assert (cfg.detected_cells_path).is_file()
assert Path(cfg.detected_cells_path).is_file()


@pytest.mark.parametrize(
Expand Down

0 comments on commit 38d15e4

Please sign in to comment.