]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore(tests): fix import in cypress test limit_to_same_group.cy.ts 47192/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 13 Aug 2024 14:16:52 +0000 (16:16 +0200)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 13 Aug 2024 14:16:52 +0000 (16:16 +0200)
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
cypress/e2e/files_sharing/limit_to_same_group.cy.ts

index c95efa089ff6f8883050e3ca3e7c986b0f9c8f76..4712467b29f41dbfd85118ffdc8f0d451b032464 100644 (file)
@@ -4,7 +4,7 @@
  */
 
 import { User } from "@nextcloud/cypress"
-import { createShare } from "./FilesSharingUtils.ts"
+import { createShare } from "./filesSharingUtils.ts"
 
 describe('Limit to sharing to people in the same group', () => {
        let alice: User