Skip to content

Commit 1f4818a

Browse files
committed
Test correct function
1 parent cf251eb commit 1f4818a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugins/IconMenu/tests/store.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('plugin-icon-menu', () => {
7070
expect(dispatch.mock.calls.length).toEqual(0)
7171
})
7272
it('should do nothing if the client either does not have the same size as the window or the width of the client is considered large', () => {
73-
storeModule.actions.openMenuById(actionContext, '')
73+
storeModule.actions.openInMoveHandle(actionContext, 0)
7474

7575
expect(commit.mock.calls.length).toEqual(0)
7676
expect(dispatch.mock.calls.length).toEqual(0)

0 commit comments

Comments
 (0)