Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit f9bbb9a

Browse files
committed
Remove stray newline
1 parent 64304c5 commit f9bbb9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/documents/tests/test_file_handling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ def test_document_delete_trash(self):
189189
document.delete()
190190
self.assertEqual(os.path.isfile(settings.TRASH_DIR + "/none_01.pdf"), True)
191191

192-
193192
@override_settings(PAPERLESS_FILENAME_FORMAT="{correspondent}/{correspondent}")
194193
def test_document_delete_nofile(self):
195194
document = Document()

0 commit comments

Comments
 (0)