Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
klauswuestefeld committed Sep 25, 2015
1 parent c9bd534 commit 2cf1092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/main/clojure/sneer/notifications.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions core/src/test/clojure/sneer/notifications_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2cf1092

Please sign in to comment.