Update test to match copy changes

This commit is contained in:
Jason Zimdars
2025-11-05 13:21:38 -06:00
committed by Stanko K.R.
parent d18c9d3867
commit db764836e4
+1 -1
View File
@@ -10,7 +10,7 @@ class MagicLinkMailerTest < ActionMailer::TestCase
end
assert_equal [ "kevin@37signals.com" ], email.to
assert_equal "Sign in to Fizzy", email.subject
assert_equal "Confirm your email", email.subject
assert_match magic_link.code, email.body.encoded
end
end