Skip to content

Commit

Permalink
fix: fix codacy test import suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
ffeliperocha committed Jun 11, 2024
1 parent 69c00a7 commit 7a76e72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { render } from '@testing-library/react-native';
import { ThemeProvider } from '../../../../index';
import TextWithBadge from '.';

import { WellhubIcon } from '../../../../../../icons/src/svg/icon_wellhub.svg';
import { WellhubIcon } from '@gympass/yoga-icons/src/svg/icon_wellhub.svg';

describe('TextWithBadge', () => {
it('should match snapshot', () => {
Expand Down

0 comments on commit 7a76e72

Please sign in to comment.