Skip to content

Bump lucide-react from 0.482.0 to 0.525.0 #566

Bump lucide-react from 0.482.0 to 0.525.0

Bump lucide-react from 0.482.0 to 0.525.0 #566

Triggered via pull request July 1, 2025 00:15
Status Failure
Total duration 52s
Artifacts

ci.yaml

on: pull_request
Run Tests
49s
Run Tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Run Tests
No SLACK_WEBHOOK_URL provided
Run Tests
Process completed with exit code 1.
app/api/v1/airport/direct-connections/route.test.ts > GET function > should return a list of direct connections for a given airport: app/api/v1/airport/direct-connections/route.test.ts#L31
AssertionError: expected [ 'ABQ', 'ACC', 'AMM', 'AMS', …(6) ] to deeply equal ArrayContaining{…} - Expected + Received - ArrayContaining [ - "DEL", - "LHR", - "EZE", + [ + "ABQ", + "ACC", + "AMM", + "AMS", + "ANU", + "ARN", "ATL", - "CUN", - "MEX", - "LAX", - "SAN", - "SEA", - "SFO", + "AUA", + "AUH", + "AUS", ] ❯ app/api/v1/airport/direct-connections/route.test.ts:31:25