Skip to content

Commit

Permalink
💚 Fix import in tests
Browse files Browse the repository at this point in the history
(bad backport commit)
  • Loading branch information
sergei-maertens committed Nov 3, 2023
1 parent 98790c2 commit 14d3200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/appointments/TimeSelect.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {ConfigContext} from 'Context';
import {BASE_URL} from 'api-mocks';
import mswServer from 'api-mocks/msw-server';

import {mockAppointmentTimesGet} from '../mocks';
import TimeSelect from './TimeSelect';
import {mockAppointmentTimesGet} from './mocks';

const products = [{productId: 'e8e045ab', amount: 1}];

Expand Down

0 comments on commit 14d3200

Please sign in to comment.