Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Feb 23, 2020
1 parent c18f8b9 commit fc4f332
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/requests/works_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
expect(json['data'].size).to eq(2)
expect(json.dig('meta', 'total')).to eq(2)
work = json['data'].first
expect(work.dig('attributes', 'doi')).to eq(doi.doi.downcase)
expect(work.dig('attributes', 'title')).to eq("Data from: A new malaria agent in African hominids.")
expect(work.dig('attributes', 'citation-count')).to eq(1)
expect(work.dig('attributes', 'view-count')).to eq(0)
Expand Down

0 comments on commit fc4f332

Please sign in to comment.