Skip to content

Commit

Permalink
test(cy): adjust import path in moved Links.spec.js
Browse files Browse the repository at this point in the history
Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud authored and grnd-alt committed Feb 4, 2025
1 parent ebf5fa9 commit 98322e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/Links.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import { randUser } from '../../utils/index.js'
import { initUserAndFiles, randUser } from '../utils/index.js'

const user = randUser()
const fileName = 'empty.md'
Expand Down

0 comments on commit 98322e6

Please sign in to comment.