Skip to content

Commit 08ea025

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 085dd4c commit 08ea025

File tree

1 file changed

+0
-2
lines changed
  • contentcuration/contentcuration/frontend/channelEdit/views/trash/__tests__

1 file changed

+0
-2
lines changed

contentcuration/contentcuration/frontend/channelEdit/views/trash/__tests__/trashModal.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,6 @@ describe('TrashModal', () => {
234234
await user.click(screen.getByTestId('restore'));
235235
expect(await screen.findByRole('button', { name: /Move here/i })).toBeInTheDocument();
236236
});
237-
238-
239237
});
240238

241239
describe('selection count', () => {

0 commit comments

Comments
 (0)