diff options
Diffstat (limited to 'frontend/__tests__/Cart.test.js')
| -rw-r--r-- | frontend/__tests__/Cart.test.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/__tests__/Cart.test.js b/frontend/__tests__/Cart.test.js index 9f4e98f..a215869 100644 --- a/frontend/__tests__/Cart.test.js +++ b/frontend/__tests__/Cart.test.js @@ -5,8 +5,8 @@ import mountOptions from '../lib/testUtils'; import wait from 'waait'; import Cart from '../components/Cart'; import { MockedProvider } from 'react-apollo/test-utils'; -import { fakeOrder } from '../lib/testUtils'; -import { LOCAL_STATE_QUERY } from '../queries/queries'; +import { fakeCart, fakeUser } from '../lib/testUtils'; +import { CURRENT_USER_QUERY } from '../queries/queries'; const mocks = [ { |
