Skip to content

Commit f764a78

Browse files
committed
add tests
1 parent 83b4c2a commit f764a78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/json_mend_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,9 @@
256256
}
257257
].each do |test_case|
258258
it "repair #{test_case[:input]} to #{test_case[:expected_output]}" do
259-
expect(described_class.repair(test_case[:input], return_objects: true)).to eq(test_case[:expected_output])
259+
expect(
260+
described_class.repair(test_case[:input], return_objects: true)
261+
).to eq(test_case[:expected_output])
260262
end
261263
end
262264
end

0 commit comments

Comments
 (0)