Skip to content

Commit

Permalink
tests: Remove os specific file path from caplog test
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse committed Jan 20, 2025
1 parent b794252 commit d7a6e8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_run_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,4 @@ def test_filters(caplog) -> None:
]
)
assert "Looking for images with extension : .topostats" in caplog.text
assert "Extracting image from tests/resources/test_image/minicircle_small.topostats" in caplog.text
assert "[minicircle_small] Filtering completed." in caplog.text

0 comments on commit d7a6e8b

Please sign in to comment.