Skip to content

Commit

Permalink
Appease rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhoads committed Feb 10, 2023
1 parent aa17060 commit 070e6e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion app/models/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,6 @@ def subjects_only_for_disciplinary_repos
"Subjects are only allowed for disciplinary repositories. This repository_type is: #{repository_type}",
)
end

end

def check_id
Expand Down
10 changes: 5 additions & 5 deletions spec/graphql/types/work_type_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1251,11 +1251,11 @@
end

let (:fos_facet) do
{
"id" => "physical_sciences",
"title" => "Physical sciences",
"count" => WORK_COUNT
}
{
"id" => "physical_sciences",
"title" => "Physical sciences",
"count" => WORK_COUNT
}
end

it "has all dois in the search results" do
Expand Down

0 comments on commit 070e6e8

Please sign in to comment.