Navigation Menu

Skip to content

Commit

Permalink
test: name arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 13, 2017
1 parent 8a3396e commit 899f719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/request/test-select.rb
Expand Up @@ -93,8 +93,8 @@ def filter(*args)
end

sub_test_case("#in_values") do
def in_values(*args)
@request.filter.in_values(*args).to_parameters
def in_values(column_name, *values)
@request.filter.in_values(column_name, *values).to_parameters
end

test("numbers") do
Expand Down

0 comments on commit 899f719

Please sign in to comment.