summaryrefslogtreecommitdiff
path: root/test/auth_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/auth_test.rb')
-rw-r--r--test/auth_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/auth_test.rb b/test/auth_test.rb
index 75aa9ad..f93445f 100644
--- a/test/auth_test.rb
+++ b/test/auth_test.rb
@@ -4,7 +4,7 @@ class AuthTest < Test::Unit::TestCase
def setup
@username = 'user'
- @password = 'opensasemi'
+ @password = 'opensesami'
@client = SRP::Client.new(@username, @password)
@server = SRP::Server.new(@client.salt, @client.verifier)
end