Skip to content

Commit 510dba6

Browse files
committed
fix lint error in test file
1 parent 24168e7 commit 510dba6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

client/modules/User/components/CollectionItemRow.unit.test.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ describe('<CollectionItemRow />', () => {
5858

5959
it('shows the dropdown menu when user is the owner', () => {
6060
subject();
61-
expect(
62-
screen.getByRole('button', { name: /toggle/i })
63-
).toBeInTheDocument();
61+
expect(screen.getByRole('button', { name: /toggle/i })).toBeInTheDocument();
6462
});
6563

6664
describe('when user is not the owner', () => {

0 commit comments

Comments
 (0)