Skip to content

Commit 03cd338

Browse files
committed
oops
1 parent 26e2890 commit 03cd338

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/organisms/ErrorRecoveryFlows/__tests__/RecoveryInProgress.test.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,11 @@ describe('useReleaseLabware', () => {
312312
break
313313
default:
314314
expect(releaseGripperJaws).toHaveBeenCalledTimes(1)
315+
expect(handleMotionRouting).toHaveBeenNthCalledWith(1, true)
316+
expect(homeExceptPlungers).toHaveBeenCalledTimes(1)
317+
expect(handleMotionRouting).toHaveBeenNthCalledWith(2, false)
315318
break
316319
}
317-
expect(handleMotionRouting).toHaveBeenNthCalledWith(1, true)
318-
expect(homeExceptPlungers).toHaveBeenCalledTimes(1)
319-
expect(handleMotionRouting).toHaveBeenNthCalledWith(2, false)
320320
expect(proceedToRouteAndStep).toHaveBeenCalledWith(
321321
recoveryOption,
322322
nextStep

0 commit comments

Comments
 (0)