Skip to content

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

chore(typegen): add canary python types runtime

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

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

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
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": "370bc499-407c-4e20-8c17-52bfbd092b58", }, ] ❯ 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": "370bc499-407c-4e20-8c17-52bfbd092b58", }, { "decimal": null, "id": 2, "name": "Jane Doe", "status": "ACTIVE", - "user_uuid": "eda00f72-451f-419e-8ede-b7873ad6890c", + "user_uuid": "75b8842d-1ff4-457e-a33c-c759a1a91fd8", }, ] ❯ test/server/query.ts:10:22