Skip to content

Commit f4ca5e7

Browse files
committed
Fix tests
1 parent 9fd5145 commit f4ca5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Views/confirmations/components/UI/animated-pulse/animated-pulse.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { render } from '@testing-library/react-native';
33

4-
import Text from '../../../../../../../../../component-library/components/Texts/Text';
4+
import Text from '../../../../../../component-library/components/Texts/Text';
55
import AnimatedPulse from './animated-pulse';
66

77
describe('AnimatedPulse', () => {

0 commit comments

Comments
 (0)