Skip to content

Commit

Permalink
Update test_models_domain.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zandercymatics committed Oct 19, 2023
1 parent b8dfe0b commit e7d73d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registrar/tests/test_models_domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ def test_contact_getter_registrant(self):
contact_id="regContact",
contact_type=PublicContact.ContactTypeChoices.REGISTRANT,
)

# test commit - will remove
self.assertEqual(
self.domain_contact.registrant_contact.email, expected_contact.email
)
Expand Down

0 comments on commit e7d73d2

Please sign in to comment.