From 2907e8a2971e41a587439a25e1a0b763a35b20a3 Mon Sep 17 00:00:00 2001 From: Toan Nguyen Date: Sat, 1 Jun 2024 11:43:20 +0700 Subject: [PATCH] fix ci lint --- graphql_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/graphql_test.go b/graphql_test.go index 8fd61fa..131b591 100644 --- a/graphql_test.go +++ b/graphql_test.go @@ -527,8 +527,6 @@ func TestUnmarshalGraphQL_unionSlice(t *testing.T) { } type queryIssues struct { - // arguments - repoSlug string `json:"-"` // results Search querySearch }