File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ def test_handles_delete_objects():
201201 assert valid .change_set .selector .state == "p:SOMETHING:300"
202202 assert valid .change_set .intent_code == IntentCode .TRANSFER_FULL
203203
204+
204205def test_generic_error_interrupts_and_recovers ():
205206 builder = ChangeSetBuilder ()
206207 builder .start (intent = IntentCode .TRANSFER_FULL )
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def test_fdv2_shutdown_down_if_both_synchronizers_fail():
140140 config = DataSystemConfig (
141141 initializers = [td .build_initializer ],
142142 primary_synchronizer = lambda : mock , # Primary synchronizer is None to force fallback
143- secondary_synchronizer = lambda : mock , # Secondary synchronizer also fails
143+ secondary_synchronizer = lambda : mock , # Secondary synchronizer also fails
144144 )
145145
146146 changed = Event ()
You can’t perform that action at this time.
0 commit comments