Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Feb 13, 2025
1 parent 206c362 commit 4275577
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { ConfirmationFooterSelectorIDs } from '../../../../../../../e2e/selector
import renderWithProvider from '../../../../../../util/test/renderWithProvider';
import { personalSignatureConfirmationState } from '../../../../../../util/test/confirm-data-helpers';
// eslint-disable-next-line import/no-namespace
import * as QRHardwareHook from '../../../context/QRHardwareContext';
import * as QRHardwareHook from '../../../context/QRHardwareContext/QRHardwareContext';
// eslint-disable-next-line import/no-namespace
import * as LedgerContext from '../../../context/LedgerContext';
import * as LedgerContext from '../../../context/LedgerContext/LedgerContext';
import Footer from './index';

const mockConfirmSpy = jest.fn();
Expand Down

0 comments on commit 4275577

Please sign in to comment.