mirror of https://gitlab.com/bashrc2/epicyon
Fix unit test
parent
cc922c0ed3
commit
d03b04beda
4
tests.py
4
tests.py
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue