Skip to content

Commit 1b54f9c

Browse files
committed
Allow readers to define more default prefixes.
1 parent a5dbe34 commit 1b54f9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rdf/spec/reader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
expect(reader_mock).to receive(:got_here)
208208
reader_class.new(reader_input, prefixes: {a: "b"}) do |r|
209209
reader_mock.got_here
210-
expect(r.prefixes).to eq({a: "b"})
210+
expect(r.prefixes).to include({a: "b"})
211211
end
212212
end
213213
end

0 commit comments

Comments
 (0)