Skip to content

Commit

Permalink
Fix reference to deprecated namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
emlyn committed Feb 9, 2025
1 parent 92c9bf8 commit 13bce4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/same/slow_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(ns same.slow-test
(:require [clojure.data :as data]
[clojure.test :refer [is testing deftest]]
[same :refer [ish?]]
[same.core :refer [ish?]]
[same.diff :as sd]
[same.test-helpers :refer [about]]))

Expand Down

0 comments on commit 13bce4d

Please sign in to comment.