Skip to content

Commit

Permalink
capitalize ENS
Browse files Browse the repository at this point in the history
  • Loading branch information
owencraston committed Feb 27, 2024
1 parent 365e928 commit 195afe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/UI/WalletAccount/WalletAccount.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 195afe8

Please sign in to comment.