Skip to content

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
Fails with ruby 1.8.7
  • Loading branch information
Kevin Kehl committed Aug 27, 2013
1 parent d33b3cf commit 450ab00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cassandra_test.rb
Expand Up @@ -1245,7 +1245,7 @@ def test_reading_rows_with_super_column_counter
def test_composite_column_type_conversion
columns = {}
@composites.push(
Cassandra::Composite.new_from_parts([[20].pack('N'), "meerkat"]),
Cassandra::Composite.new_from_parts([[20].pack('N'), "meerkat"])
)
@composites.each_with_index do |c, index|
columns[c] = "value-#{index}"
Expand Down

0 comments on commit 450ab00

Please sign in to comment.