From 195afe82f192c278b9c40a11a14cfc2d705cd8ff Mon Sep 17 00:00:00 2001 From: Owen Craston Date: Tue, 27 Feb 2024 14:58:59 -0800 Subject: [PATCH] capitalize ENS --- app/components/UI/WalletAccount/WalletAccount.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/UI/WalletAccount/WalletAccount.test.tsx b/app/components/UI/WalletAccount/WalletAccount.test.tsx index 96ec498eee1..909c8d8dc94 100644 --- a/app/components/UI/WalletAccount/WalletAccount.test.tsx +++ b/app/components/UI/WalletAccount/WalletAccount.test.tsx @@ -136,7 +136,7 @@ describe('WalletAccount', () => { ); expect(getByText(mockAccount.name)).toBeDefined(); }); - it('displays ens name when defined and account name is the default', () => { + it('displays ENS name when defined and account name is the default', () => { const ensName = 'test.eth'; const mockAccountWithDefaultName: Account = { ...mockAccount,