Skip to content

Commit

Permalink
one last one
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Jul 30, 2024
1 parent f6b6f4c commit 84a8972
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/src/organisms/RunTimeControl/__tests__/hooks.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@ import { describe, it, expect, vi, beforeEach } from 'vitest'
import '@testing-library/jest-dom/vitest'
import { useRunActionMutations } from '@opentrons/react-api-client'

import {
useCloneRun,
useCurrentRunId,
useRunCommands,
} from '../../ProtocolUpload/hooks'
import { useCloneRun, useRunCommands } from '../../ProtocolUpload/hooks'
import {
useRunControls,
useRunStatus,
useCurrentRunStatus,
useRunTimestamps,
useRunErrors,
} from '../hooks'
import { useNotifyRunQuery } from '../../../resources/runs'
import { useNotifyRunQuery, useCurrentRunId } from '../../../resources/runs'

import {
RUN_ID_2,
Expand Down

0 comments on commit 84a8972

Please sign in to comment.