Skip to content

update TagUser model to include organizationId #202

update TagUser model to include organizationId

update TagUser model to include organizationId #202

Triggered via push November 1, 2024 16:18
Status Failure
Total duration 6m 31s
Artifacts

push.yml

on: push
Matrix: Testing Application
Check Schema
36s
Check Schema
Deploying Application to Cloud VPS
0s
Deploying Application to Cloud VPS
Fit to window
Zoom out
Zoom in

Annotations

2 errors
tests/resolvers/User/tagsAssignedWith.spec.ts > tagsAssignedWith resolver > returns the expected connection object: tests/resolvers/User/tagsAssignedWith.spec.ts#L72
AssertionError: expected { edges: [], pageInfo: { …(4) }, …(1) } to deeply equal { edges: [ { …(2) } ], …(2) } - Expected + Received Object { - "edges": Array [ - Object { - "cursor": "67250053c2fde4980bfd6f9f", - "node": Object { - "__v": 0, - "_id": "67250053c2fde4980bfd6f9d", - "name": "TagTitleHWBZlXPz7g_Iz6vf_1Rgp", - "organizationId": "67250053c2fde4980bfd6f99", - "parentTagId": null, - "tagColor": "tagColor3vHx6I_oeWgfcVoQbKo9l", - }, - }, - ], + "edges": Array [], "pageInfo": Object { - "endCursor": "67250053c2fde4980bfd6f9f", + "endCursor": null, "hasNextPage": false, "hasPreviousPage": false, - "startCursor": "67250053c2fde4980bfd6f9f", + "startCursor": null, }, - "totalCount": 1, + "totalCount": 0, } ❯ tests/resolvers/User/tagsAssignedWith.spec.ts:72:24
Testing Application (22.x)
Process completed with exit code 1.