Skip to content

Commit 9b67dc5

Browse files
Linting fixes
1 parent 975cf37 commit 9b67dc5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

spec/metadata_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
end
164164
end
165165

166-
context "container"
166+
context "container" do
167167
it "has provided container when present" do
168168
input = fixture_path + "datacite_with_container.json"
169169
subject = Bolognese::Metadata.new(input: input)
@@ -209,4 +209,5 @@
209209
"chapterNumber" => "1"
210210
})
211211
end
212+
end
212213
end

spec/writers/citeproc_writer_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
expect(json["issued"]).to eq("date-parts"=>[[2019]])
288288
end
289289

290-
it "from Schema 4.6 with Translator and Editor contributors" do
290+
it "from Schema 4.6 with Translator and Editor contributors" do
291291
input = fixture_path + 'datacite-example-full-v4.6.xml'
292292
subject = Bolognese::Metadata.new(input: input)
293293
json = JSON.parse(subject.citeproc)

0 commit comments

Comments
 (0)