Skip to content

Commit

Permalink
Appease Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhoads committed Aug 18, 2023
1 parent 14a87e2 commit c4a9e95
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions spec/models/doi/graphql_query_builder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,5 @@
it "can filter for ids as single string" do
expect(described_class.new("foo", { ids: "bar" }).filters).to eq([{ terms: { doi: ["BAR"] } }])
end


end








end

0 comments on commit c4a9e95

Please sign in to comment.