File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
image_processing/tests/image_processing Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6060 working-directory : image_processing
6161
6262 - name : Run PyTest
63- run : uv run run pytest --cov=image_processing
63+ run : uv run pytest --cov=image_processing
6464 working-directory : image_processing
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def test_remove_markdown_tags(cleaner):
6565 }
6666 cleaned_text = cleaner .remove_markdown_tags (text , tag_patterns )
6767 assert "Some figure" in cleaned_text
68- assert "Some content" not in cleaned_text
68+ assert "Some content" in cleaned_text
6969 assert "<!-- FigureContent=Some content -->" not in cleaned_text
7070 assert "<figure FigureId='12345'>Some figure</figure>" not in cleaned_text
7171
You can’t perform that action at this time.
0 commit comments