Skip to content

Commit d1ba704

Browse files
committed
fix(cypress): filesSharingUtils import
Signed-off-by: skjnldsv <[email protected]>
1 parent 3208d8e commit d1ba704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/files_sharing/files-shares-view.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: AGPL-3.0-or-later
44
*/
55
import type { User } from '@nextcloud/cypress'
6-
import { createShare } from './FilesSharingUtils.ts'
6+
import { createShare } from './filesSharingUtils.ts'
77
import { getRowForFile } from '../files/FilesUtils.ts'
88

99
describe('files_sharing: Files view', { testIsolation: true }, () => {

0 commit comments

Comments
 (0)