Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Fix to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlittman committed Dec 16, 2019
1 parent 06dee6d commit d25025c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/readers/ndjson_reader_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

it 'logs an error' do
expect { decode }.not_to raise_error
expect(logger).to have_received(:error).with("Problem with JSON record on line 1: 785: unexpected token at '{'")
expect(logger).to have_received(:error).with("Problem with JSON record on line 1: 783: unexpected token at '{'")
end
end
end
Expand Down

0 comments on commit d25025c

Please sign in to comment.