Skip to content

chore(typegen): add canary python types runtime #1893

chore(typegen): add canary python types runtime

chore(typegen): add canary python types runtime #1893

Triggered via pull request December 11, 2025 15:52
Status Failure
Total duration 1m 34s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Prettier check
Process completed with exit code 1.
Test
Process completed with exit code 1.
test/index.test.ts > parameter binding with positional parameters: test/server/query.ts#L763
Error: Snapshot `parameter binding with positional parameters 1` mismatched - Expected + Received @@ -2,8 +2,8 @@ { "decimal": null, "id": 1, "name": "Joe Bloggs", "status": "ACTIVE", - "user_uuid": "0db4bf5e-98df-4ecf-aa2c-a077323c53b1", + "user_uuid": "e0f7a38a-d4c0-44d4-b355-193cfc57d875", }, ] ❯ test/server/query.ts:763:22
test/index.test.ts > query: test/server/query.ts#L10
Error: Snapshot `query 1` mismatched - Expected + Received @@ -2,15 +2,15 @@ { "decimal": null, "id": 1, "name": "Joe Bloggs", "status": "ACTIVE", - "user_uuid": "0db4bf5e-98df-4ecf-aa2c-a077323c53b1", + "user_uuid": "e0f7a38a-d4c0-44d4-b355-193cfc57d875", }, { "decimal": null, "id": 2, "name": "Jane Doe", "status": "ACTIVE", - "user_uuid": "eda00f72-451f-419e-8ede-b7873ad6890c", + "user_uuid": "5b95f6a1-75c7-4207-b0fb-f47369fda0c0", }, ] ❯ test/server/query.ts:10:22