Skip to content

Commit

Permalink
Appease rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhoads committed Mar 31, 2023
1 parent 15ad256 commit 3c9c99d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions spec/graphql/types/work_type_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3c9c99d

Please sign in to comment.