From 83dd659ed0e3de0e4644fa413728b2ab696c7b57 Mon Sep 17 00:00:00 2001 From: Owen Craston Date: Wed, 27 Nov 2024 19:38:10 -0800 Subject: [PATCH] update editAccountName test --- app/components/Views/EditAccountName/EditAccountName.test.tsx | 2 +- .../EditAccountName/__snapshots__/EditAccountName.test.tsx.snap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/Views/EditAccountName/EditAccountName.test.tsx b/app/components/Views/EditAccountName/EditAccountName.test.tsx index 624e9c15ade8..bf9565b7d8ae 100644 --- a/app/components/Views/EditAccountName/EditAccountName.test.tsx +++ b/app/components/Views/EditAccountName/EditAccountName.test.tsx @@ -13,7 +13,7 @@ const mockPreferencesSetAccountLabel = jest.fn(); const mockEngineSetAccountLabel = jest.fn(); const mockAccountsControllerSetAccountName = jest.fn(); -const MOCK_ADDRESS = '0x0'; +const MOCK_ADDRESS = '0x49a016E6736F9Ad381605c75220d4e78C40372A6'; const MOCK_ACCOUNTS_CONTROLLER_STATE = createMockAccountsControllerState([ MOCK_ADDRESS, ]); diff --git a/app/components/Views/EditAccountName/__snapshots__/EditAccountName.test.tsx.snap b/app/components/Views/EditAccountName/__snapshots__/EditAccountName.test.tsx.snap index d3acce56d113..cf68a7faa17f 100644 --- a/app/components/Views/EditAccountName/__snapshots__/EditAccountName.test.tsx.snap +++ b/app/components/Views/EditAccountName/__snapshots__/EditAccountName.test.tsx.snap @@ -143,7 +143,7 @@ exports[`EditAccountName should render correctly 1`] = ` editable={false} onBlur={[Function]} onFocus={[Function]} - placeholder="0x0...0x0" + placeholder="0x49a016E6736F9Ad381605c...72A6" style={ { "backgroundColor": "#ffffff",