Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Russell committed Apr 27, 2017
1 parent 4c61829 commit 176d355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pseudoace/test_utils.clj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
{:id "c" :class "gene"}]
result (utils/distinct-by :id test-seq)]
(t/is (= expected result))))
(t/testing "distincy-by custom function"
(t/testing "distinct-by custom function"
(let [test-seq [{:a {:x 1}} {:a {:x 2}} {:a {:x 1}}]
expected [{:a {:x 1}} {:a {:x 2}}]
custom-fn #(get-in % [:a :x])
Expand Down

0 comments on commit 176d355

Please sign in to comment.