Skip to content

Commit 4d42944

Browse files
committed
Revert changes inside buildSlice.test.ts
1 parent cdb8df8 commit 4d42944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/query/tests/buildSlice.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createSlice } from '@reduxjs/toolkit'
22
import { createApi } from '@reduxjs/toolkit/query'
3-
import { delay } from 'msw'
43
import { setupApiStore } from '../../tests/utils/helpers'
4+
import { delay } from '../../utils'
55

66
let shouldApiResponseSuccess = true
77

0 commit comments

Comments
 (0)