Navigation Menu

Skip to content

Commit

Permalink
test: should not use the same value as the default value
Browse files Browse the repository at this point in the history
We can't confirm whether the specified value is used or the default
value is used.
  • Loading branch information
kou committed Apr 27, 2017
1 parent 989371f commit e746445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/request/select/test-filter.rb
Expand Up @@ -236,9 +236,9 @@ def geo_in_circle(*args)
test("approximate type") do
assert_equal({
:table => "posts",
:filter => "geo_in_circle(\"100x100\", \"140x250\", 300, \"rectangle\")",
:filter => "geo_in_circle(\"100x100\", \"140x250\", 300, \"sphere\")",
},
geo_in_circle("100x100", "140x250", 300, "rectangle"))
geo_in_circle("100x100", "140x250", 300, "sphere"))
end
end

Expand Down

0 comments on commit e746445

Please sign in to comment.