summaryrefslogtreecommitdiff
path: root/test/transport/test_algorithms.rb
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2018-03-21 16:09:10 +0100
committerMiklos Fazekas <mfazekas@szemafor.com>2018-03-21 16:09:18 +0100
commit069c2e5c1036445d924d3a00a17111322473765a (patch)
treedefc9c72322b151ccdd9dafad7e24a19ef71405c /test/transport/test_algorithms.rb
parent8f545802bbf05931dfcb46434a54c1fdfdfb7fb4 (diff)
downloadnet-ssh-whitespace-fixes.tar.gz
Whitespace fixeswhitespace-fixes
Diffstat (limited to 'test/transport/test_algorithms.rb')
-rw-r--r--test/transport/test_algorithms.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/transport/test_algorithms.rb b/test/transport/test_algorithms.rb
index 34f7496..41adc4d 100644
--- a/test/transport/test_algorithms.rb
+++ b/test/transport/test_algorithms.rb
@@ -23,7 +23,8 @@ module Transport
if defined?(OpenSSL::Digest::SHA256)
assert_equal %w[hmac-sha1 hmac-md5 hmac-sha1-96 hmac-md5-96 hmac-ripemd160 hmac-ripemd160@openssh.com hmac-sha2-256 hmac-sha2-512 hmac-sha2-256-96 hmac-sha2-512-96 none], algorithms[:hmac]
else
- assert_equal %w[hmac-sha1 hmac-md5 hmac-sha1-96 hmac-md5-96 hmac-ripemd160 hmac-ripemd160@openssh.com none umac-128-etm@openssh.com], algorithms[:hmac] end
+ assert_equal %w[hmac-sha1 hmac-md5 hmac-sha1-96 hmac-md5-96 hmac-ripemd160 hmac-ripemd160@openssh.com none umac-128-etm@openssh.com], algorithms[:hmac]
+ end
assert_equal %w[none zlib@openssh.com zlib], algorithms[:compression]
assert_equal %w[], algorithms[:language]
end