mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-22 00:52:42 -05:00
Upgrades black to v23, upgrades ruff
This commit is contained in:
@@ -16,7 +16,6 @@ class CorrespondentTestCase(TestCase):
|
||||
|
||||
class DocumentTestCase(TestCase):
|
||||
def test_correspondent_deletion_does_not_cascade(self):
|
||||
|
||||
self.assertEqual(Correspondent.objects.all().count(), 0)
|
||||
correspondent = CorrespondentFactory.create()
|
||||
self.assertEqual(Correspondent.objects.all().count(), 1)
|
||||
|
Reference in New Issue
Block a user