Skip to content

Commit

Permalink
Have test print less
Browse files Browse the repository at this point in the history
  • Loading branch information
eerohele committed Feb 19, 2024
1 parent 7a07fd4 commit af111af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clojure/repl/completions.repl
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@

;; A prefix that starts with a Java package name yields fully-qualified class
;; candidates from that package.
(set (candidates "java.u" *ns*))
(xr/check!
(partial set/subset? #{{:trigger "java.util.ArrayList" :type :class}
{:trigger "java.util.Date" :type :class}}))
{:trigger "java.util.Date" :type :class}})
(set (candidates "java.u" *ns*)))

(candidates "java." *ns*)
(xr/check! (spec/coll-of ::specs/class-completion :min-count 1))
Expand Down

0 comments on commit af111af

Please sign in to comment.