Skip to content

Commit

Permalink
add a further test
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbahrai committed Sep 25, 2023
1 parent 7bb0c2e commit 7e201e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_recipient_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ def test_get_recipient_respects_order(file_contents, template_type, placeholders
[
("", "sms", [], set(["phone number", "name"]), "en"),
("", "email", [], set(["email address", "name"]), "en"),
("", "email", [], set(["adresse courriel", "name"]), "fr"),
(
"""
numéro de téléphone, name
Expand Down

0 comments on commit 7e201e4

Please sign in to comment.