Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Version Packages (#47) #58

Version Packages (#47)

Version Packages (#47) #58

Triggered via push July 19, 2024 05:13
Status Failure
Total duration 41s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
tests/e2e.test.ts > print schema: packages/pothos-plugin-effect/tests/e2e.test.ts#L12
Error: Snapshot `print schema 1` mismatched - Expected + Received @@ -44,12 +44,12 @@ float: Float floatList: [Float!] id: ID idList: [ID!] int: Int - intList: [Int!] - posts: Post + intList: [Int!]! + posts: [Post!] roll: Int string: String stringList: [String!] user: User users(after: String, before: String, first: Int, last: Int): UserConnection ❯ tests/e2e.test.ts:12:56
tests/e2e.test.ts > query drizzle fields: packages/pothos-plugin-effect/tests/e2e.test.ts#L155
Error: Snapshot `query drizzle fields 1` mismatched - Expected + Received { "data": { - "posts": { - "content": "Book Content", - "id": "1", - "title": "Book Title", - }, + "posts": [ + { + "content": "Book Content", + "id": "1", + "title": "Book Title", + }, + ], }, } ❯ tests/e2e.test.ts:155:18
Test
Process completed with exit code 1.