Navigation Menu

Skip to content

Commit

Permalink
test: Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2014
1 parent c41c5dc commit fe42389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/plugins/groonga/select/test_adapter_input.rb
Expand Up @@ -393,7 +393,7 @@ def test_only_pagination
select_request = base_request.merge({
"drilldown" => "a,b",
"drilldown_output_columns" => "_key,_nsubrecs",
"drilldown_sortby" => "-_nsubrecs"
"drilldown_sortby" => "-_nsubrecs",
"drilldown_offset" => "1",
"drilldown_limit" => "2",
})
Expand Down

0 comments on commit fe42389

Please sign in to comment.