Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/bson/byte_buffer_write_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@
it 'raises TypeError' do
expect do
modified
end.to raise_error(TypeError, /no implicit conversion to float from string|ClassCastException:.*RubyString cannot be cast to.*RubyFloat/)
end.to raise_error(TypeError, /no implicit conversion to float from string|no implicit conversion of String into Float|ClassCastException:.*RubyString cannot be cast to.*RubyFloat/)
expect(buffer.write_position).to eq(0)
end
end
Expand Down
Loading