mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 11:50:00 +02:00
🧹 dinglehopper: Remove debug print()s
This commit is contained in:
parent
12a48f3bfe
commit
d61c076aad
1 changed files with 0 additions and 2 deletions
|
@ -103,7 +103,5 @@ def test_lines_similar():
|
|||
[SimilarString('This is a ljne.'), SimilarString('This is another'), SimilarString('J u n k'), SimilarString('And the last line')]
|
||||
))
|
||||
left, right = unzip(result)
|
||||
print(left)
|
||||
print(right)
|
||||
assert list(left) == [SimilarString('This is a line.'), SimilarString('This is another'), None, SimilarString('And the last line')]
|
||||
assert list(right) == [SimilarString('This is a ljne.'), SimilarString('This is another'), SimilarString('J u n k'), SimilarString('And the last line')]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue