Skip to content

fix ci (#87)

fix ci (#87) #220

Triggered via push June 12, 2024 15:01
Status Failure
Total duration 53s
Artifacts

backend.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test/getHistoricalBalance.test.ts > GET /get_historical_balance route > should return the historical balances for a valid address: pr-code/backend/test/getHistoricalBalance.test.ts#L68
AssertionError: expected { historicalBalances: [] } to deeply equal { historicalBalances: [ …(2) ] } - Expected + Received Object { - "historicalBalances": Array [ - Object { - "balance": "2.136537", - "date": "2024-04-10", - }, - Object { - "balance": "9.934467", - "date": "2024-04-11", - }, - ], + "historicalBalances": Array [], } ❯ test/getHistoricalBalance.test.ts:68:29
test
Process completed with exit code 1.