Skip to content
Triggered via push December 14, 2024 15:19
Status Failure
Total duration 48s
Artifacts
deploy-preview
35s
deploy-preview
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
error: expect(received).toMatchSnapshot(expected): apps/engine/src/providers/plaid/transform.test.ts#L225
Expected: { "amount": -31.53, "balance": null, "category": "transfer", "currency": "CAD", "currency_rate": null, "currency_source": null, "date": "2024-02-24", "description": "Uber", "id": "NxkDjlyk45cQoDm5PEqJuKJaw6qrj9cy89zBA", "method": "transfer", "name": "Uber 063015 SF**POOL**", "status": "pending", } Received: { "amount": -31.53, "balance": null, "category": "travel", "currency": "CAD", "currency_rate": null, "currency_source": null, "date": "2024-02-24", "description": "Uber", "id": "NxkDjlyk45cQoDm5PEqJuKJaw6qrj9cy89zBA", "method": "transfer", "name": "Uber 063015 SF**POOL**", "status": "pending", } at /home/runner/work/midday/midday/apps/engine/src/providers/plaid/transform.test.ts:225:5
error: expect(received).toMatchSnapshot(expected): apps/engine/src/providers/teller/transform.test.ts#L155
Expected: { "amount": -37.99, "balance": 85897.25, "category": "transfer", "currency": "USD", "currency_rate": null, "currency_source": null, "date": "2024-01-27", "description": "Yourself", "id": "txn_os41r5ua0e29shubl2001", "method": "transfer", "name": "Recurring Transfer To Savings", "status": "posted", } Received: { "amount": -37.99, "balance": 85897.25, "category": null, "currency": "USD", "currency_rate": null, "currency_source": null, "date": "2024-01-27", "description": "Yourself", "id": "txn_os41r5ua0e29shubl2001", "method": "transfer", "name": "Recurring Transfer To Savings", "status": "posted", } at /home/runner/work/midday/midday/apps/engine/src/providers/teller/transform.test.ts:155:5
deploy-preview
Process completed with exit code 1.
deploy-preview
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636