Skip to content

Commit 36972a9

Browse files
committed
🎨 - refactor: formatting
1 parent 896114d commit 36972a9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

backend/src/openarchiefbeheer/zaken/tests/test_utils.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88

99
from openarchiefbeheer.destruction.tests.factories import DestructionListItemFactory
1010
from openarchiefbeheer.utils.results_store import ResultStore
11-
from openarchiefbeheer.zaken.utils import delete_zaak_and_related_objects, format_zaaktype_choices
11+
from openarchiefbeheer.zaken.utils import (
12+
delete_zaak_and_related_objects,
13+
format_zaaktype_choices,
14+
)
15+
1216

1317
class DeletingZakenWithErrorsTests(TestCase):
1418
@classmethod
@@ -143,6 +147,7 @@ def test_failure_on_deleting_zaak_relation_is_handled(self, m):
143147
with self.assertRaises(ConnectTimeout):
144148
delete_zaak_and_related_objects(destruction_list_item.zaak, result_store)
145149

150+
146151
class FormatZaaktypeChoicesTests(TestCase):
147152
def test_format_zaaktype_choices_with_multiple_versions(self):
148153
# Test that the function picks the latest version of each zaaktype based on versiedatum

0 commit comments

Comments
 (0)