Skip to content

Commit

Permalink
Classic 'Vorzeichenfehler'
Browse files Browse the repository at this point in the history
  • Loading branch information
hirthjo committed Jun 12, 2024
1 parent dc77e85 commit 847e1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/clojure/conexp/fca/fast_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

(defn- add-if-not-exists [invalids program-name keyword]
(if (program-exists? program-name)
(conj invalids keyword)
invalids))
invalids
(conj invalids keyword)))

(def- concepts-methods (let [invalid-methods (-> #{}
(add-if-not-exists "pcbo" :pcbo)
Expand Down

0 comments on commit 847e1cc

Please sign in to comment.