Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
usamaidrsk committed Nov 6, 2024
1 parent 7871530 commit bc90be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/billing-status-summary.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ describe('useBillingStatus', () => {
.mockResolvedValueOnce(mockData.orders as unknown as FetchResponse)
.mockResolvedValueOnce(mockData.invoices as unknown as FetchResponse);

const { result } = renderHook(() => useBillingStatus('patient-1'));
const { result } = renderHook(() => useBillingStatus('patient-4'));

await waitFor(() => {
expect(result.current.isLoading).toBe(false);
Expand Down

0 comments on commit bc90be1

Please sign in to comment.