Skip to content

Commit 894c984

Browse files
committed
Fix tests
1 parent d37a45f commit 894c984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Views/confirmations/components/rows/transactions/advanced-details-row/advanced-details-row.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jest.mock('../../../../../../UI/Name', () => ({
1414
}));
1515

1616
jest.mock('../../../../legacy/SendFlow/components/CustomNonceModal', () => 'CustomNonceModal');
17-
jest.mock('../../../../UI/expandable', () => 'Expandable');
17+
jest.mock('../../../UI/expandable', () => 'Expandable');
1818
jest.mock('../../../../../../../component-library/components/Texts/Text', () => ({
1919
TextColor: { Primary: 'primary' },
2020
TextVariant: { BodyMD: 'bodyMD' },

0 commit comments

Comments
 (0)