Skip to content

Commit af950ea

Browse files
joselvelezErik Ritter
andauthored
Update packages/components/src/components/Address/Address.test.tsx
Co-authored-by: Erik Ritter <[email protected]>
1 parent 12e4acc commit af950ea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/components/src/components/Address/Address.test.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ describe('Address', () => {
88
const { container } = render(<Address value='taylorswift.eth' shortened={false} />);
99
expect(container).toBeInTheDocument();
1010
});
11-
});
12-
13-
describe('Shortened Address', () => {
14-
it('check the length of the address', () => {
11+
12+
it('checks the length of the address when shortened', () => {
1513
const { container } = render(<Address value='0x00000000000000' shortened />);
1614
const addressInput = container.querySelector('input') as HTMLInputElement;
1715
expect(addressInput).toHaveValue('0x00...0000');

0 commit comments

Comments
 (0)