Skip to content

Commit

Permalink
refactor: Utils tests are moved outside fixtures data
Browse files Browse the repository at this point in the history
  • Loading branch information
myhailo-chernyshov-rg committed Dec 4, 2024
1 parent e41ddba commit fd317ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures_data/test_utils.py → tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TestXMLCleaningFromCDATA:
"""
Tests XML string cleaning from CDATA sections.
Test XML string cleaning from CDATA sections.
"""

def test_cdata_containing_html_is_cleaned_successfully(
Expand Down

0 comments on commit fd317ff

Please sign in to comment.