Remove debug print

This commit is contained in:
Tomas Groth 2018-07-06 22:23:33 +02:00
parent 4dd16d1bd6
commit e3d163bf7a

View File

@ -245,7 +245,6 @@ class TestInit(TestCase, TestMixin):
result = clean_filename(invalid_name)
# THEN: The file name should be cleaned.
print(result)
assert wanted_name == result, 'The file name should not contain any special characters.'
def test_delete_file_no_path(self):