We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be5e30 commit 77e024bCopy full SHA for 77e024b
test/clj/cider/nrepl/middleware/profile_test.clj
@@ -1,7 +1,6 @@
1
(ns cider.nrepl.middleware.profile-test
2
(:require
3
[cider.nrepl.middleware.profile :refer :all]
4
- [cider.nrepl.test-session :as session]
5
[cider.nrepl.test-transport :refer [test-transport]]
6
[clojure.string :as str]
7
[clojure.test :refer :all]))
@@ -11,7 +10,7 @@
11
10
(f)
12
(clear-profile {:transport (test-transport)}))
13
14
-(use-fixtures :each with-clear-profile session/session-fixture)
+(use-fixtures :each with-clear-profile)
15
16
(deftest toggle-profile-test
17
(testing "profile toggling"
0 commit comments