Skip to content

Commit

Permalink
fixed spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Sep 6, 2018
1 parent e86f1ea commit 59718e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/doi_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@
it "generates turtle" do
ttl = subject.turtle.split("\n")
expect(ttl[0]).to eq("@prefix schema: <http://schema.org/> .")
expect(ttl[2]).to eq("<https://doi.org/10.5438/0000-00ss> a schema:Periodical .")
expect(ttl[2]).to eq("<https://handle.test.datacite.org/10.5438/4k3m-nyvg> a schema:ScholarlyArticle;")
end
end
end

0 comments on commit 59718e3

Please sign in to comment.