Skip to content

Commit 55fd721

Browse files
committed
fixup
1 parent e5e2adb commit 55fd721

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/files_sharing/src/actions/acceptShareAction.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import { action } from './acceptShareAction'
2323
import { expect } from '@jest/globals'
2424
import { File, Permission, View, FileAction } from '@nextcloud/files'
25-
import * as eventBus from '@nextcloud/event-bus'
25+
import eventBus from '@nextcloud/event-bus'
2626
import axios from '@nextcloud/axios'
2727
import '../main'
2828

apps/files_sharing/src/actions/rejectShareAction.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import { action } from './rejectShareAction'
2323
import { expect } from '@jest/globals'
2424
import { File, Folder, Permission, View, FileAction } from '@nextcloud/files'
25-
import * as eventBus from '@nextcloud/event-bus'
25+
import eventBus from '@nextcloud/event-bus'
2626
import axios from '@nextcloud/axios'
2727
import '../main'
2828

apps/files_sharing/src/actions/restoreShareAction.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import { action } from './restoreShareAction'
2323
import { expect } from '@jest/globals'
2424
import { File, Permission, View, FileAction } from '@nextcloud/files'
25-
import * as eventBus from '@nextcloud/event-bus'
25+
import eventBus from '@nextcloud/event-bus'
2626
import axios from '@nextcloud/axios'
2727
import '../main'
2828

0 commit comments

Comments
 (0)