Skip to content

Commit 3403c7b

Browse files
committed
Fix tests
1 parent 6f01cc6 commit 3403c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resolver/Entity/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import entity from './';
1+
import entity from './index';
22

33
test('provides empty resolver for data without relationship', () =>
44
expect(entity('posts', { posts: [] })).toEqual({}));

0 commit comments

Comments
 (0)