Skip to content

Commit a74e363

Browse files
Update extensions/ql-vscode/test/__mocks__/model-editor/modelingEventsMock.ts
Co-authored-by: Koen Vlaswinkel <koesie10@users.noreply.github.com>
1 parent 7fac040 commit a74e363

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extensions/ql-vscode/test/__mocks__/model-editor/modelingEventsMock.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ export function createMockModelingEvents({
77
onMethodsChanged = jest.fn(),
88
onHideModeledMethodsChanged = jest.fn(),
99
onModeChanged = jest.fn(),
10-
onModeledAndModifiedMethodsChanged:
11-
onModeledAndModifiedMethodsChanged = jest.fn(),
10+
onModeledAndModifiedMethodsChanged = jest.fn(),
1211
onInProgressMethodsChanged = jest.fn(),
1312
onProcessedByAutoModelMethodsChanged = jest.fn(),
1413
onRevealInModelEditor = jest.fn(),

0 commit comments

Comments
 (0)