Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kjgarza committed May 6, 2020
1 parent b667934 commit 7d6102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/event_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

it "should transform keys" do
Event.camelcase_nested_objects(subject.uuid)
expect(subject.subj).to eq({"datePublished"=>"2006-06-13T16:14:19Z", "id"=>"https://doi.org/10.5061/dryad.47sd5e/1", "registrantId"=>"datacite.datacite"})
expect(subject.subj.keys).to include("datePublished", "registrantId", "id")
end
end
end

0 comments on commit 7d6102c

Please sign in to comment.