feat(server): library refresh go brrr #27673
Annotations
7 errors and 1 warning
Run small tests & coverage:
server/src/services/library.service.spec.ts#L232
AssertionError: expected "spy" to be called with arguments: [ [ { …(2) } ] ]
Received:
Number of calls: 0
❯ src/services/library.service.spec.ts:232:32
|
Run small tests & coverage:
server/src/services/library.service.spec.ts#L261
AssertionError: expected 'success' to be 'skipped' // Object.is equality
Expected: "skipped"
Received: "success"
❯ src/services/library.service.spec.ts:261:7
|
Run small tests & coverage:
server/src/services/library.service.spec.ts#L971
AssertionError: expected "spy" to be called with arguments: [ [ { …(2) } ] ]
Received:
1st spy call:
Array [
Array [
Object {
- "data": ObjectContaining {
- "ids": Array [
- "asset-id",
- ],
+ "data": Object {
+ "assetPath": "/foo/photo.jpg",
+ "id": "library-id-with-paths1",
+ "ownerId": "admin_id",
},
- "name": "library-sync-assets",
+ "name": "library-sync-file",
},
],
]
Number of calls: 1
❯ src/services/library.service.spec.ts:971:34
|
Run small tests & coverage:
server/src/services/library.service.spec.ts#L996
AssertionError: expected "spy" to be called with arguments: [ [ { …(2) } ] ]
Received:
1st spy call:
Array [
Array [
Object {
- "data": ObjectContaining {
- "id": Array [
- "asset-id",
- ],
+ "data": Object {
+ "assetPath": "/foo/photo.jpg",
+ "id": "library-id-with-paths1",
+ "ownerId": "admin_id",
},
- "name": "library-sync-assets",
+ "name": "library-sync-file",
},
],
]
Number of calls: 1
❯ src/services/library.service.spec.ts:996:34
|
Run small tests & coverage:
server/src/services/library.service.spec.ts#L1011
AssertionError: expected "spy" to be called with arguments: [ [ { …(2) } ] ]
Received:
Number of calls: 0
❯ src/services/library.service.spec.ts:1011:34
|
Run small tests & coverage:
server/src/services/library.service.spec.ts#L1167
AssertionError: expected "spy" to be called with arguments: [ [ { …(2) } ] ]
Received:
Number of calls: 0
❯ src/services/library.service.spec.ts:1167:32
|
Run small tests & coverage
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading