Skip to content
Snippets Groups Projects
Unverified Commit ca3d77d0 authored by Bryan Maass's avatar Bryan Maass Committed by GitHub
Browse files

premium features are off when running oss (#26093)

parent b07dd59d
No related merge requests found
......@@ -26,7 +26,7 @@
(defn- oss-score
[search-string]
(fn [item]
(with-redefs [#_{:clj-kondo/ignore [:deprecated-var]} premium-features/enable-enhancements? (constantly true)]
(with-redefs [#_{:clj-kondo/ignore [:deprecated-var]} premium-features/enable-enhancements? (constantly false)]
(-> (scoring/score-and-result search-string item) :score))))
(deftest official-collection-tests
......
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