diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-20 14:54:15 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-20 14:54:15 +0200 |
commit | 5b375768101d93054d42f9326f010d6f8019f541 (patch) | |
tree | 131be86ad1466890e7f884dbdbc0d9903fdc961f /t | |
parent | cafd103a950682711fdc9e155d73da7f2fc59caa (diff) |
Syntax cleanup
Diffstat (limited to 't')
-rw-r--r-- | t/20-app-raps2-password.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/20-app-raps2-password.t b/t/20-app-raps2-password.t index 5faa7e9..a8f56e8 100644 --- a/t/20-app-raps2-password.t +++ b/t/20-app-raps2-password.t @@ -82,7 +82,7 @@ like( 'verify: does not verify invalid hash' ); -ok($pw->verify($pw->crypt('truth')), 'crypt->verify okay'); +ok($pw->verify($pw->bcrypt('truth')), 'bcrypt->verify okay'); is($pw->salt(), $salt, 'salt() returns current salt'); |