Skip to content

Commit 1b7948a

Browse files
committed
test(ai): update growing schema tests
1 parent a53ecec commit 1b7948a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ai/src/mocking/__tests__/GrowingSchema.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ describe("GrowingSchema", () => {
223223

224224
expect(error).toBeInstanceOf(GraphQLError);
225225
expect(error?.message).toEqual(
226-
"Field `Query.users` return type mismatch. Previously defined return type: `[User]`, new return type: `UserConnection`"
226+
'Error executing query against grown schema: Expected Iterable, but did not find one for field "Query.users".'
227227
);
228228
});
229229

0 commit comments

Comments
 (0)