Skip to content

Commit

Permalink
chore(tests): fix import in cypress test limit_to_same_group.cy.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc authored and backportbot[bot] committed Aug 14, 2024
1 parent 3ec9d11 commit d49b453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/files_sharing/limit_to_same_group.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d49b453

Please sign in to comment.