Skip to content

Commit 1fa5469

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Address } from './Address';
55

66
describe('Address', () => {
77
it('renders without throwing', () => {
8-
const { container } = render(<Address value='taylorswift.eth' shortened={false} />);
8+
const { container } = render(<Address value='taylorswift.eth' />);
99
expect(container).toBeInTheDocument();
1010
});
1111
});

0 commit comments

Comments
 (0)