Skip to content

Commit

Permalink
update editAccountName test
Browse files Browse the repository at this point in the history
  • Loading branch information
owencraston committed Nov 28, 2024
1 parent 7aba5ba commit 83dd659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 83dd659

Please sign in to comment.