Remove stray newline

This commit is contained in:
Felix Eckhofer 2022-02-20 14:02:55 +01:00
parent 64304c5121
commit f9bbb9a8c3
No known key found for this signature in database
GPG Key ID: B4543DCDE458BF73

View File

@ -189,7 +189,6 @@ class TestFileHandling(DirectoriesMixin, TestCase):
document.delete()
self.assertEqual(os.path.isfile(settings.TRASH_DIR + "/none_01.pdf"), True)
@override_settings(PAPERLESS_FILENAME_FORMAT="{correspondent}/{correspondent}")
def test_document_delete_nofile(self):
document = Document()