Skip to content

Commit

Permalink
πŸ’š Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Apr 25, 2024
1 parent 34a9110 commit 20bb3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/sanitize_email_spec.rb
Expand Up @@ -719,7 +719,7 @@ def mail_delivery_multiple_personalizations
if Rails::VERSION::MAJOR == 3
expect {
mail_delivery_multiple_personalizations
}.not raise_exception(
}.to raise_exception(
SanitizeEmail::OverriddenAddresses::MissingRecipients,
"Mail version is too old to use personalizations",
)
Expand Down

0 comments on commit 20bb3fa

Please sign in to comment.