Skip to content

Commit

Permalink
undo parameter renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaslehnertum committed May 5, 2024
1 parent cc02815 commit 431aa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/unit/apollon-editor-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('test apollon editor ', () => {
elements: arrayToInclusionMap(Object.keys(testClassDiagram.elements)),
relationships: arrayToInclusionMap(Object.keys(testClassDiagram.relationships)),
};
const selectionCallback = fn((_: Selection) => {});
const selectionCallback = fn((selection: Selection) => {});

Check notice on line 120 in src/tests/unit/apollon-editor-test.tsx

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

src/tests/unit/apollon-editor-test.tsx#L120

Unexpected empty arrow function.

// subscribe to selection and call select
const selectionSubscription = editor.subscribeToSelectionChange(selectionCallback);
Expand Down

0 comments on commit 431aa1b

Please sign in to comment.