Skip to content

Commit

Permalink
Update packages/esm-ward-app/src/ward-workspace/cancel-admission-requ…
Browse files Browse the repository at this point in the history
…est-workspace/cancel-admission-request.test.tsx

Co-authored-by: Dennis Kigen <[email protected]>
  • Loading branch information
chibongho and denniskigen authored Nov 12, 2024
1 parent a97eb94 commit 9009759
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { useAppContext, type DefaultWorkspaceProps } from '@openmrs/esm-framewor
import { screen } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import React from 'react';
import { mockInpatientRequestAlice, mockLocationInpatientWard, mockPatientAlice } from '../../../../../__mocks__';
import { renderWithSwr } from '../../../../../tools';
import { mockInpatientRequestAlice, mockLocationInpatientWard, mockPatientAlice } from '__mocks__';
import { renderWithSwr } from 'tools';
import useWardLocation from '../../hooks/useWardLocation';
import type { WardPatient, WardViewContext } from '../../types';
import { useCreateEncounter } from '../../ward.resource';
Expand Down

0 comments on commit 9009759

Please sign in to comment.