Skip to content

Commit 3f4254d

Browse files
committed
minor: fix syntax for ruby 1.8.x
1 parent b16f15c commit 3f4254d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/collection_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ def setup_aggregate_data
561561
"tags" => [ "fun" , "nasty" ],
562562
"comments" => [
563563
{ "author" => "barbara" , "text" => "this is interesting" },
564-
{ "author" => "jenny", "text" => "i like to play pinball", votes: 10 }
564+
{ "author" => "jenny", "text" => "i like to play pinball", "votes" => 10 }
565565
],
566566
"other" => { "bar" => 14 }
567567
})

0 commit comments

Comments
 (0)