Skip to content

Commit

Permalink
test_run_data_manager
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri committed Jul 31, 2024
1 parent 9adf007 commit 694397c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def engine_state_summary() -> StateSummary:
return StateSummary(
status=EngineStatus.IDLE,
errors=[ErrorOccurrence.construct(id="some-error-id")], # type: ignore[call-arg]
fullErrorList=[ErrorOccurrence.construct(id="some-error-id")], # type: ignore[call-arg]
labware=[LoadedLabware.construct(id="some-labware-id")], # type: ignore[call-arg]
labwareOffsets=[LabwareOffset.construct(id="some-labware-offset-id")], # type: ignore[call-arg]
pipettes=[LoadedPipette.construct(id="some-pipette-id")], # type: ignore[call-arg]
Expand Down

0 comments on commit 694397c

Please sign in to comment.