From 2cf10923913251a7c9d8ba026caa53b9be403d1b Mon Sep 17 00:00:00 2001 From: Klaus Wuestefeld Date: Fri, 25 Sep 2015 10:12:01 -0300 Subject: [PATCH] Minor --- core/src/main/clojure/sneer/notifications.clj | 2 +- core/src/test/clojure/sneer/notifications_test.clj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)