Skip to content

Commit

Permalink
Updates for JSON-LD 1.1 framing.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Nov 13, 2019
1 parent 6d0fafc commit 3d3682d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/suite_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def self.open(file)
g = RDF::Repository.load(file, format: :ttl)
JSON::LD::API.fromRDF(g) do |expanded|
JSON::LD::API.frame(expanded, FRAME) do |framed|
yield Manifest.new(framed['@graph'].first)
yield Manifest.new(framed)
end
end
end
Expand Down

0 comments on commit 3d3682d

Please sign in to comment.