From 7dcfa551284d220c9e8aca08dcc871b1e53894f9 Mon Sep 17 00:00:00 2001 From: Ben Kraft Date: Fri, 24 Sep 2021 11:24:07 -0700 Subject: [PATCH] =?UTF-8?q?[=F0=9F=94=A5AUDIT=F0=9F=94=A5]=20Fix=20tests?= =?UTF-8?q?=20after=20merge=20(#112)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🖍 _This is an audit!_ 🖍 ## Summary: This is what I get for not waiting for them to pass at each step of landing a stack! ## Test plan: make check Author: benjaminjkraft Auditors: dnerdy Required Reviewers: Approved By: Checks: ⌛ Test (1.17), ⌛ Test (1.16), ⌛ Test (1.15), ⌛ Test (1.14), ⌛ Lint, ⌛ Lint, ⌛ Test (1.17), ⌛ Test (1.16), ⌛ Test (1.15), ⌛ Test (1.14) Pull Request URL: https://github.com/Khan/genqlient/pull/112 --- ...e-MultipleDirectives.graphql-MultipleDirectives.graphql.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generate/testdata/snapshots/TestGenerate-MultipleDirectives.graphql-MultipleDirectives.graphql.go b/generate/testdata/snapshots/TestGenerate-MultipleDirectives.graphql-MultipleDirectives.graphql.go index 6f76b1b..d17af64 100644 --- a/generate/testdata/snapshots/TestGenerate-MultipleDirectives.graphql-MultipleDirectives.graphql.go +++ b/generate/testdata/snapshots/TestGenerate-MultipleDirectives.graphql-MultipleDirectives.graphql.go @@ -32,7 +32,7 @@ func (v *MyInput) MarshalJSON() ([]byte, error) { var fullObject struct { *MyInput Birthdate json.RawMessage `json:"birthdate"` - graphql.NoUnmarshalJSON + graphql.NoMarshalJSON } fullObject.MyInput = v @@ -119,7 +119,7 @@ func (v *UserQueryInput) MarshalJSON() ([]byte, error) { var fullObject struct { *UserQueryInput Birthdate json.RawMessage `json:"birthdate"` - graphql.NoUnmarshalJSON + graphql.NoMarshalJSON } fullObject.UserQueryInput = v