Skip to content

Commit 5729d79

Browse files
committed
refactor: Update import statement for Text component in withAgentAccessDenied test file to improve consistency and maintainability
1 parent 9c45429 commit 5729d79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/withAgentAccessDenied.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import {act, render, screen, waitFor} from '@testing-library/react-native';
22
import React from 'react';
3-
import {Text} from 'react-native';
43
import Onyx from 'react-native-onyx';
54
import ComposeProviders from '@components/ComposeProviders';
65
import {LocaleContextProvider} from '@components/LocaleContextProvider';
6+
import Text from '@components/Text';
77
import withAgentAccessDenied from '@libs/Navigation/AppNavigator/withAgentAccessDenied';
88
import ONYXKEYS from '@src/ONYXKEYS';
99
import * as TestHelper from '../utils/TestHelper';

0 commit comments

Comments
 (0)