Skip to content

Commit 36ff24e

Browse files
Source formatting
1 parent 381ad1c commit 36ff24e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/clj/spy/protocol_test.clj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@
158158

159159
(deftest multi-protocols-test
160160
(let [mock (protocol/mock
161-
ProtocolA
162-
(method-a [this x]
163-
:a)
161+
ProtocolA
162+
(method-a [this x]
163+
:a)
164164

165-
ProtocolB
166-
(method-b [this x]
167-
:b))]
165+
ProtocolB
166+
(method-b [this x]
167+
:b))]
168168
(is (= :a (method-a mock :testing)))
169169
(is (= :b (method-b mock :test)))
170170
(is (spy/called-once-with? (:method-a (protocol/spies mock))

0 commit comments

Comments
 (0)