Skip to content

Commit

Permalink
forgot one
Browse files Browse the repository at this point in the history
  • Loading branch information
cvalaas committed Jul 23, 2021
1 parent 4d40220 commit 507adaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_acoustic_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_ctms_to_acoustic(
contact_list = [example_contact, maximal_contact, minimal_contact]
example_contact_expected = [49, len(example_contact.newsletters) - 2]
maximal_contact_expected = [49, len(maximal_contact.newsletters) - 2]
minimal_contact_expected = [30, len(minimal_contact.newsletters) - 2]
minimal_contact_expected = [31, len(minimal_contact.newsletters) - 2]
expected_results = {
example_contact.email.email_id: example_contact_expected,
maximal_contact.email.email_id: maximal_contact_expected,
Expand Down

0 comments on commit 507adaa

Please sign in to comment.