Skip to content

Commit 58fd2d3

Browse files
committed
test(cypress): adjust for breaking changes of @nextcloud/paths
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 34330db commit 58fd2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/files/router-query.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import type { User } from '@nextcloud/e2e-test-server/cypress'
77

8-
import { joinPaths as join } from '@nextcloud/paths'
8+
import { join } from '@nextcloud/paths'
99
import { getRowForFileId } from './FilesUtils.ts'
1010

1111
/**

0 commit comments

Comments
 (0)