Skip to content

Commit

Permalink
fix test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Dec 17, 2024
1 parent a7989c0 commit 9629289
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { describe, it, beforeEach, vi } from 'vitest'
import { renderWithProviders } from '../../../__testing-utils__'
import { i18n } from '../../../assets/localization'
import { getFileMetadata } from '../../../file-data/selectors'
import { LiquidButton } from '../../../molecules/LiquidButton'
import { LiquidButton } from '../../../molecules'

import { EditNavigation } from '..'

Expand All @@ -13,7 +13,7 @@ import type { NavigateFunction } from 'react-router-dom'
import type { TabProps } from '@opentrons/components'

vi.mock('../../../file-data/selectors')
vi.mock('../LiquidButton')
vi.mock('../../../molecules/LiquidButton')

const mockNavigate = vi.fn()
vi.mock('react-router-dom', async importOriginal => {
Expand Down

0 comments on commit 9629289

Please sign in to comment.