Skip to content

Commit 28f0162

Browse files
committed
libssh2_version should always be given a parameter.
1 parent a1b9ed7 commit 28f0162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/clj_libssh2/test_libssh2.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
(deftest check-libssh2-version-is-ok
99
"This shoudln't change by surprise!"
10-
(is (= "1.6.0" (libssh2/version))))
10+
(is (= "1.6.0" (libssh2/version 0))))

0 commit comments

Comments
 (0)