Update test

This commit is contained in:
Jason Zimdars
2025-11-06 14:24:57 -06:00
committed by Stanko K.R.
parent bb9326e3e7
commit 16fc4480d5
+1 -1
View File
@@ -10,7 +10,7 @@ class MagicLinkMailerTest < ActionMailer::TestCase
end
assert_equal [ "kevin@37signals.com" ], email.to
assert_equal "Confirm your email", email.subject
assert_equal "Your Fizzy verification code", email.subject
assert_match magic_link.code, email.body.encoded
end
end