spec/metadata_spec.rb in bolognese-1.8.13 vs spec/metadata_spec.rb in bolognese-1.8.17
- old
+ new
@@ -151,10 +151,10 @@
end
it "missing_comma" do
json = IO.read(fixture_path + "datacite_software_missing_comma.json")
response = subject.jsonlint(json)
- expect(response).to eq(["expected comma, not a string (after doi) at line 4, column 11 [parse.c:373]"])
+ expect(response).to eq(["expected comma, not a string (after doi) at line 4, column 11 [parse.c:370]"])
end
it "overlapping_keys" do
json = IO.read(fixture_path + "datacite_software_overlapping_keys.json")
response = subject.jsonlint(json)