Navigation Menu

Skip to content

Commit

Permalink
test: fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 26, 2017
1 parent fa1d2d1 commit c77438a
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("#between") do
def between(column_name_or_value, *values)
@request.filter.between(column_name_or_value, *values).to_parameters
def between(column_name, *values)
@request.filter.between(column_name, *values).to_parameters
end

test("column_name_include") do
Expand Down

0 comments on commit c77438a

Please sign in to comment.