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 60
60
working-directory : image_processing
61
61
62
62
- name : Run PyTest
63
- run : uv run run pytest --cov=image_processing
63
+ run : uv run pytest --cov=image_processing
64
64
working-directory : image_processing
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def test_remove_markdown_tags(cleaner):
65
65
}
66
66
cleaned_text = cleaner .remove_markdown_tags (text , tag_patterns )
67
67
assert "Some figure" in cleaned_text
68
- assert "Some content" not in cleaned_text
68
+ assert "Some content" in cleaned_text
69
69
assert "<!-- FigureContent=Some content -->" not in cleaned_text
70
70
assert "<figure FigureId='12345'>Some figure</figure>" not in cleaned_text
71
71
You can’t perform that action at this time.
0 commit comments