From 59fab7e786eb8fa3c9151fe0109f97367a9ee371 Mon Sep 17 00:00:00 2001 From: jrhoads Date: Mon, 31 Oct 2022 12:00:04 -0400 Subject: [PATCH] Appease rubocop --- spec/graphql/types/repository_type_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/graphql/types/repository_type_spec.rb b/spec/graphql/types/repository_type_spec.rb index 13d83e1a0..85332230c 100644 --- a/spec/graphql/types/repository_type_spec.rb +++ b/spec/graphql/types/repository_type_spec.rb @@ -285,8 +285,7 @@ it "uses the cursor to continue searching" do response = LupoSchema.execute( search_query, - variables: { - } + variables: {} ).as_json expect(response.dig("data", "repositories",