Skip to content

Commit 6adb611

Browse files
committed
Small change to title for humanizing temporals.
1 parent 34a1551 commit 6adb611

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rdf/spec/literal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
.to eq str
9595
end
9696

97-
it "humanizes '#{value}' to '#{str}'" do
97+
it "humanizes '#{value}' to '#{human}'" do
9898
expect(RDF::Literal.new(value,
9999
datatype: datatype,
100100
canonicalize: false).humanize)

0 commit comments

Comments
 (0)