From 790c2979a6beaf3fb3d143b0b7bbb5982abaac5c Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Fri, 7 Jun 2024 18:32:18 +0530 Subject: [PATCH] chore: fix failing tests --- ...js-multi-onRequest-handlers.md_client.snap | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/tests/core/snapshots/test-js-multi-onRequest-handlers.md_client.snap b/tests/core/snapshots/test-js-multi-onRequest-handlers.md_client.snap index 9387751799..d95906b893 100644 --- a/tests/core/snapshots/test-js-multi-onRequest-handlers.md_client.snap +++ b/tests/core/snapshots/test-js-multi-onRequest-handlers.md_client.snap @@ -1,13 +1,25 @@ --- source: tests/core/spec.rs -expression: client +expression: formatted --- +scalar Bytes + scalar Date scalar Email scalar Empty +scalar Int128 + +scalar Int16 + +scalar Int32 + +scalar Int64 + +scalar Int8 + scalar JSON scalar PhoneNumber @@ -17,6 +29,16 @@ type Query { foo: String } +scalar UInt128 + +scalar UInt16 + +scalar UInt32 + +scalar UInt64 + +scalar UInt8 + scalar Url schema {