Skip to content

Commit

Permalink
lint pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Jul 24, 2024
1 parent 19cc7d3 commit e485239
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ describe('useRecoveryCommands', () => {
recoveryToastUtils: { makeSuccessToast: mockMakeSuccessToast } as any,
analytics: { reportActionSelectedResult: vi.fn() } as any,

Check failure on line 143 in app/src/organisms/ErrorRecoveryFlows/hooks/__tests__/useRecoveryCommands.test.ts

View workflow job for this annotation

GitHub Actions / js checks

Argument of type '{ runId: string; failedCommand: any; failedLabwareUtils: any; routeUpdateActions: any; recoveryToastUtils: any; }' is not assignable to parameter of type 'UseRecoveryCommandsParams'.
selectedRecoveryOption: RECOVERY_MAP.RETRY_NEW_TIPS.ROUTE,
} as any)
})
)

await act(async () => {
Expand Down

0 comments on commit e485239

Please sign in to comment.