Skip to content

Commit

Permalink
Fix require of state*
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnout Roemers committed Jul 7, 2020
1 parent 85374e8 commit 9261f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/redelay/core_test.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns redelay.core-test
(:require [redelay.core :refer [state status stop state? defstate]]
(:require [redelay.core :refer [state status stop state? defstate state*]]
[clojure.test :as test :refer [deftest is]]))

(defn ensure-stop [f]
Expand Down

0 comments on commit 9261f3d

Please sign in to comment.