File tree 1 file changed +6
-1
lines changed
backend/src/openarchiefbeheer/zaken/tests
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
from openarchiefbeheer .destruction .tests .factories import DestructionListItemFactory
10
10
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
+
12
16
13
17
class DeletingZakenWithErrorsTests (TestCase ):
14
18
@classmethod
@@ -143,6 +147,7 @@ def test_failure_on_deleting_zaak_relation_is_handled(self, m):
143
147
with self .assertRaises (ConnectTimeout ):
144
148
delete_zaak_and_related_objects (destruction_list_item .zaak , result_store )
145
149
150
+
146
151
class FormatZaaktypeChoicesTests (TestCase ):
147
152
def test_format_zaaktype_choices_with_multiple_versions (self ):
148
153
# Test that the function picks the latest version of each zaaktype based on versiedatum
You can’t perform that action at this time.
0 commit comments