diff --git a/core/src/main/clojure/sneer/notifications.clj b/core/src/main/clojure/sneer/notifications.clj index e7aefaf25..dd642e29a 100644 --- a/core/src/main/clojure/sneer/notifications.clj +++ b/core/src/main/clojure/sneer/notifications.clj @@ -8,7 +8,7 @@ (:import [sneer.commons Container] [sneer.convos Notifications Notifications$Notification] [sneer.interfaces ConvoSummarization] - [rx Observable Subscriber])) + [rx Subscriber])) (def ^:dynamic *debounce-timeout* 1500) diff --git a/core/src/test/clojure/sneer/notifications_test.clj b/core/src/test/clojure/sneer/notifications_test.clj index cac8e37f2..9346550ae 100644 --- a/core/src/test/clojure/sneer/notifications_test.clj +++ b/core/src/test/clojure/sneer/notifications_test.clj @@ -5,11 +5,11 @@ [sneer.neide-and-carla :refer [neide-and-carla]] [sneer.notifications :refer :all]) (:import [sneer.flux Dispatcher] - [sneer.convos Convos Notifications Notifications$Notification])) + [sneer.convos Notifications])) (facts "About notifications" (binding [sneer.notifications/*debounce-timeout* 0] - (let [{:keys [neide carla n->c c->n]} (neide-and-carla)] + (let [{:keys [neide carla c->n]} (neide-and-carla)] (with-open [neide neide carla carla] (let [notifications (neide Notifications)