summaryrefslogtreecommitdiff
path: root/test/session_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/session_test.rb')
-rw-r--r--test/session_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/session_test.rb b/test/session_test.rb
index a6e72a0..df117dc 100644
--- a/test/session_test.rb
+++ b/test/session_test.rb
@@ -26,6 +26,7 @@ class SessionTest < Test::Unit::TestCase
assert_equal bb.to_s(16), session.bb.to_s(16)
assert_equal self, session.authenticate(m)
assert_equal({'M2' => m2.to_s(16)}.to_json, session.to_json)
+ assert_equal({:M2 => m2.to_s(16)}, session.to_hash)
end
def test_zero_padded_salt