Skip to content

Commit b311942

Browse files
committed
Fix InfiniteListBase test
1 parent 7836911 commit b311942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-core/src/controller/list/InfiniteListBase.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {
33
AccessControl,
44
Basic,
55
DefaultTitle,
6+
Empty,
67
FetchError,
78
Loading,
89
NoAuthProvider,
@@ -11,7 +12,6 @@ import {
1112
} from './InfiniteListBase.stories';
1213
import { fireEvent, render, screen, waitFor } from '@testing-library/react';
1314
import { testDataProvider } from '../../dataProvider';
14-
import { Empty } from './ListBase.stories';
1515

1616
describe('InfiniteListBase', () => {
1717
it('should fetch a list of records on mount, put it in a ListContext, and render its children', async () => {

0 commit comments

Comments
 (0)