From 0827ea77eaf8bae5301d92c7a14b4a6519ce6fb9 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Mon, 23 Oct 2023 07:35:36 -0600 Subject: [PATCH] Remove test commit --- src/registrar/tests/test_models_domain.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/registrar/tests/test_models_domain.py b/src/registrar/tests/test_models_domain.py index f0522b36d..3024aeaba 100644 --- a/src/registrar/tests/test_models_domain.py +++ b/src/registrar/tests/test_models_domain.py @@ -873,7 +873,6 @@ class TestRegistrantContacts(MockEppLib): contact_id="regContact", contact_type=PublicContact.ContactTypeChoices.REGISTRANT, ) - # test commit - will remove self.assertEqual( self.domain_contact.registrant_contact.email, expected_contact.email )