Skip to content

Commit bd3dca3

Browse files
committed
kondo
1 parent 0c94a3d commit bd3dca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/xiana/web_socket/integration_test.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
(log/info "Message: " msg)
1616
(ws/send! ch msg))
1717
:on-error (fn [ch _e] (ws/close! ch))
18-
:on-pong (fn [ch msg]
18+
:on-pong (fn [_ch _msg]
1919
(tap> [:ws :pong]))
20-
:on-ping (fn [ch msg]
20+
:on-ping (fn [_ch _msg]
2121
(tap> [:ws :ping]))
2222
:on-close (fn [_ch _status _reason]
2323
(log/info "\nCLOSE=============="))

0 commit comments

Comments
 (0)