Skip to content
Snippets Groups Projects
Unverified Commit 7232d91a authored by Chris Truter's avatar Chris Truter Committed by GitHub
Browse files

A single spae (#50405)

parent 77fb4fce
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
(defmacro with-weights [weight-map & body] (defmacro with-weights [weight-map & body]
`(mt/with-dynamic-redefs [search.config/weights (constantly ~weight-map)] `(mt/with-dynamic-redefs [search.config/weights (constantly ~weight-map)]
~@body)) ~@body))
(defn search-results (defn search-results
"Like search-results* but with a sanity check that search without weights returns a different result." "Like search-results* but with a sanity check that search without weights returns a different result."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment