Skip to content

Commit e485239

Browse files
committed
lint pt 2
1 parent 19cc7d3 commit e485239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/organisms/ErrorRecoveryFlows/hooks/__tests__/useRecoveryCommands.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ describe('useRecoveryCommands', () => {
142142
recoveryToastUtils: { makeSuccessToast: mockMakeSuccessToast } as any,
143143
analytics: { reportActionSelectedResult: vi.fn() } as any,
144144
selectedRecoveryOption: RECOVERY_MAP.RETRY_NEW_TIPS.ROUTE,
145-
} as any)
145+
})
146146
)
147147

148148
await act(async () => {

0 commit comments

Comments
 (0)