From e7d73d2254224fd293705ed092d798ff006dd630 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:52:32 -0600 Subject: [PATCH] Update test_models_domain.py --- src/registrar/tests/test_models_domain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/tests/test_models_domain.py b/src/registrar/tests/test_models_domain.py index ef3084f9c..f0522b36d 100644 --- a/src/registrar/tests/test_models_domain.py +++ b/src/registrar/tests/test_models_domain.py @@ -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 )