From 3c9c99dfda93453591ec0a000ffbf0d2910e46f8 Mon Sep 17 00:00:00 2001 From: jrhoads Date: Fri, 31 Mar 2023 13:09:47 -0400 Subject: [PATCH] Appease rubocop --- spec/graphql/types/work_type_spec.rb | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/spec/graphql/types/work_type_spec.rb b/spec/graphql/types/work_type_spec.rb index c75264e64..296b809db 100644 --- a/spec/graphql/types/work_type_spec.rb +++ b/spec/graphql/types/work_type_spec.rb @@ -1270,19 +1270,19 @@ ).to match_array([]) end - #Temporariliy disable these tests until gql/aggregates are enabled - #it "returns Field of Science Facets from the repository" do - #response = @facet_response - #expect( - #response.dig("data", "works", "fieldsOfScienceRepository") - #).to match_array([ fos_facet ]) - #end - - #it "returns combined Field of Science Facets" do - #response = @facet_response - #expect( - #response.dig("data", "works", "fieldsOfScienceCombined") - #).to match_array([ fos_facet ]) - #end + # Temporariliy disable these tests until gql/aggregates are enabled + # it "returns Field of Science Facets from the repository" do + # response = @facet_response + # expect( + # response.dig("data", "works", "fieldsOfScienceRepository") + # ).to match_array([ fos_facet ]) + # end + + # it "returns combined Field of Science Facets" do + # response = @facet_response + # expect( + # response.dig("data", "works", "fieldsOfScienceCombined") + # ).to match_array([ fos_facet ]) + # end end end