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 4311683..559403a 100644
--- a/test/auth_test.rb
+++ b/test/auth_test.rb
@@ -35,7 +35,7 @@ class AuthTest < Test::Unit::TestCase
assert @client.authenticate(@server, @username, @password)
end
- def test_wrong_password
+ def test_a_wrong_password
assert !@client.authenticate(@server, @username, "wrong password")
end