BigW Consortium Gitlab

Commit db46d49c by Yorick Peterse

Fixed Hash key style in Sherlock::Query spec

parent 126a2428
......@@ -100,7 +100,7 @@ FROM users;
[' -> Index Only Scan using index_cats_are_amazing']
]
result = double(:result, :values => lines)
result = double(:result, values: lines)
allow(query).to receive(:raw_explain).and_return(result)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment