fix ci (#87) #220
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/verifyOtp.test.ts > Verify OTP test > should verify the otp sent to the phone number : /verify_otp:
pr-code/backend/test/verifyOtp.test.ts#L102
AssertionError: Unspecified AssertionError
❯ test/verifyOtp.test.ts:102:7
|
test
Process completed with exit code 1.
|