Skip to content

Commit a9b84ea

Browse files
committed
fix render import
1 parent 88ab860 commit a9b84ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/base/layout/loading-content/LoadingContent.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { render } from '@testing-library/react'
2+
import { render } from 'uiSrc/utils/test-utils'
33
import LoadingContent from './LoadingContent'
44

55
describe('LoadingContent', () => {

0 commit comments

Comments
 (0)