mirror of https://gitlab.com/bashrc2/epicyon
Extraneous prints
parent
6e03698235
commit
9176e3d146
2
tests.py
2
tests.py
|
@ -3416,8 +3416,6 @@ def testSpeakerReplaceLinks():
|
|||
'how-to-help-running-snowflake/'
|
||||
detectedLinks = []
|
||||
result = speakerReplaceLinks(text, {'Linked': 'Web link'}, detectedLinks)
|
||||
print(result)
|
||||
print(str(detectedLinks))
|
||||
assert len(detectedLinks) == 1
|
||||
assert detectedLinks[0] == \
|
||||
'https://support.torproject.org/censorship/' + \
|
||||
|
|
Loading…
Reference in New Issue