Fix unit test

main
Bob Mottram 2025-09-22 11:57:39 +01:00
parent cc922c0ed3
commit d03b04beda
1 changed files with 0 additions and 4 deletions

View File

@ -4491,10 +4491,6 @@ def _test_strip_html():
result = remove_html(test_str)
assert result == \
'Mostly #nuts from #place1 #place2 #place3 and other places'
result = standardize_text(test_str)
print(result)
assert result == \
'Mostly #nuts from #place1 #place2 #place3 and other places'
def _test_danger_css(base_dir: str) -> None: