This commit is contained in:
Albert Yi
2018-05-15 14:19:45 -07:00
parent c36efc1f62
commit 8bb890e4d0
4 changed files with 17 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ class UserPasswordResetNonceTest < ActiveSupport::TestCase
end
should "populate the key with a random string" do
assert_equal(32, @nonce.key.size)
assert_equal(24, @nonce.key.size)
end
should "reset the password when reset" do