Skip to content

feat(files_sharing): allow not deleting expiring shares #4941

feat(files_sharing): allow not deleting expiring shares

feat(files_sharing): allow not deleting expiring shares #4941

Triggered via pull request September 20, 2024 10:24
Status Failure
Total duration 3m 47s
Artifacts

node-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
apps/files_sharing/src/files_views/shares.spec.ts > Sharing views definition > Default values: apps/files_sharing/src/files_views/shares.spec.ts#L37
AssertionError: expected "register" to be called 7 times, but got 8 times ❯ apps/files_sharing/src/files_views/shares.spec.ts:37:31
apps/files_sharing/src/files_views/shares.spec.ts > Sharing views contents > Sharing overview get contents: apps/files_sharing/src/files_views/shares.spec.ts#L101
AssertionError: expected 8 to be 7 // Object.is equality - Expected + Received - 7 + 8 ❯ apps/files_sharing/src/files_views/shares.spec.ts:101:35
apps/files_sharing/src/services/SharingService.spec.ts > SharingService methods definitions > Shared with you: apps/files_sharing/src/services/SharingService.spec.ts#L51
AssertionError: expected "spy" to be called 2 times, but got 3 times ❯ apps/files_sharing/src/services/SharingService.spec.ts:51:21
apps/files_sharing/src/services/SharingService.spec.ts > SharingService methods definitions > Shared with others: apps/files_sharing/src/services/SharingService.spec.ts#L74
AssertionError: expected "spy" to be called 1 times, but got 2 times ❯ apps/files_sharing/src/services/SharingService.spec.ts:74:21
apps/files_sharing/src/services/SharingService.spec.ts > SharingService methods definitions > Pending shares: apps/files_sharing/src/services/SharingService.spec.ts#L89
AssertionError: expected "spy" to be called 2 times, but got 3 times ❯ apps/files_sharing/src/services/SharingService.spec.ts:89:21
apps/files_sharing/src/services/SharingService.spec.ts > SharingService methods definitions > Deleted shares: apps/files_sharing/src/services/SharingService.spec.ts#L111
AssertionError: expected "spy" to be called 1 times, but got 2 times ❯ apps/files_sharing/src/services/SharingService.spec.ts:111:21
apps/files_sharing/src/services/SharingService.spec.ts > SharingService filtering > Shared with others filtering: apps/files_sharing/src/services/SharingService.spec.ts#L175
AssertionError: expected "spy" to be called 1 times, but got 2 times ❯ apps/files_sharing/src/services/SharingService.spec.ts:175:21
apps/files_sharing/src/services/SharingService.spec.ts > SharingService filtering > Shared with others filtering empty: apps/files_sharing/src/services/SharingService.spec.ts#L184
AssertionError: expected "spy" to be called 1 times, but got 2 times ❯ apps/files_sharing/src/services/SharingService.spec.ts:184:21
test
Process completed with exit code 1.
node-test-summary
Process completed with exit code 1.