Skip to content

Commit aad0f83

Browse files
committed
fix unit tests
1 parent 9fb7bc0 commit aad0f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/worker/jobs/step_run_mock_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class StepRunMockJob(MockJob, StepRunBase):
1212
def __init__(self, run_id, realtime, timescale, external_clock, start_datetime, end_datetime):
1313
super().__init__()
1414
self.checkout_run(run_id)
15-
StepRunBase.__init__(self, run_id, realtime, timescale, external_clock, start_datetime, end_datetime, skip_site_init=True, skip_stop_db_writes=True)
15+
StepRunBase.__init__(self, run_id, realtime, timescale, external_clock, start_datetime, end_datetime)
1616
self.options.warmup_is_first_step = True
1717
self.options.timestep_duration = timedelta(minutes=1)
1818
self.simulation_step_duration = 1

0 commit comments

Comments
 (0)