Skip to content

Commit

Permalink
fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri committed Oct 24, 2024
1 parent efc401f commit 76f3692
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
buildPickUpTips,
buildIgnorePolicyRules,
UPDATE_ESTIMATORS_EXCEPT_PLUNGERS,
HOME_GRIPPER_Z,
} from '../useRecoveryCommands'
import { RECOVERY_MAP } from '../../constants'

Expand Down Expand Up @@ -272,7 +273,7 @@ describe('useRecoveryCommands', () => {
})

expect(mockChainRunCommands).toHaveBeenCalledWith(
[UPDATE_ESTIMATORS_EXCEPT_PLUNGERS],
[UPDATE_ESTIMATORS_EXCEPT_PLUNGERS, HOME_GRIPPER_Z],
false
)
})
Expand Down

0 comments on commit 76f3692

Please sign in to comment.