Skip to content

Commit 76073c3

Browse files
committed
fix lint
1 parent ccfad28 commit 76073c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

step-generation/src/__tests__/dropTipInWasteChute.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ vi.mock('../getNextRobotStateAndWarnings/dispenseUpdateLiquidState')
99

1010
const mockWasteChuteId = 'mockWasteChuteId'
1111

12-
let invariantContext: InvariantContext = {
12+
const invariantContext: InvariantContext = {
1313
...makeContext(),
1414
additionalEquipmentEntities: {
1515
[mockWasteChuteId]: {

0 commit comments

Comments
 (0)