Skip to content

[ADD] pr comments

[ADD] pr comments #147

GitHub Actions / JUnit Test Report failed May 21, 2024 in 0s

348 tests run, 347 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 1 in revertLocationVoteUtil handleLocationVote should delete the declineReason object

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

revertLocationVoteUtil handleLocationVote should delete the declineReason object

Error: expect(received).toEqual(expected) // deep equality
Raw output
Error: expect(received).toEqual(expected) // deep equality

- Expected  - 5
+ Received  + 1

- Array [
-   DeclineReason {
-     "location": "UKRUB",
-   },
- ]
+ Array []
    at Object.<anonymous> (/home/runner/work/fdpg-api/fdpg-api/src/modules/proposal/utils/__tests__/revert-location-vote.util.spec.ts:108:39)