Skip to content

Commit 77e024b

Browse files
cichlibbatsov
authored andcommitted
No need for session-fixture in these tests
1 parent 9be5e30 commit 77e024b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/clj/cider/nrepl/middleware/profile_test.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
(ns cider.nrepl.middleware.profile-test
22
(:require
33
[cider.nrepl.middleware.profile :refer :all]
4-
[cider.nrepl.test-session :as session]
54
[cider.nrepl.test-transport :refer [test-transport]]
65
[clojure.string :as str]
76
[clojure.test :refer :all]))
@@ -11,7 +10,7 @@
1110
(f)
1211
(clear-profile {:transport (test-transport)}))
1312

14-
(use-fixtures :each with-clear-profile session/session-fixture)
13+
(use-fixtures :each with-clear-profile)
1514

1615
(deftest toggle-profile-test
1716
(testing "profile toggling"

0 commit comments

Comments
 (0)