Skip to content

Commit

Permalink
Removed unused var.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dorlus committed May 9, 2021
1 parent c4f3272 commit 1ae1d3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('Processor: Common Fields For All Processors', () => {

test('prevents form submission if required type field is not provided', async () => {
const {
actions: { addProcessor, saveNewProcessor, addProcessorType },
actions: { addProcessor, saveNewProcessor },
form,
} = testBed;

Expand Down

0 comments on commit 1ae1d3d

Please sign in to comment.