Commit 7b0b2e2ce7721a6478beab48d0d163de6e464a5b
1 parent
5b19c959
Exists in
relation
and in
1 other branch
Better routing [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/routing_test.rb
... | ... | @@ -5,7 +5,7 @@ class RoutingTest < Minitest::Test |
5 | 5 | query = Store.search("Dollar Tree", routing: "Dollar Tree", execute: false) |
6 | 6 | assert_equal query.params[:routing], "Dollar Tree" |
7 | 7 | |
8 | - query = Store.search("Dollar Tree", relation: true).routing("Dollar Tree").query | |
8 | + query = Store.search("Dollar Tree", relation: true).routing("Dollar Tree") | |
9 | 9 | assert_equal query.params[:routing], "Dollar Tree" |
10 | 10 | end |
11 | 11 | ... | ... |