From cb03e4ac1b987dddcce58dff88c99f229371274b Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:24:34 -0700 Subject: [PATCH] Update src/registrar/tests/test_transition_domain_migrations.py Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com> --- src/registrar/tests/test_transition_domain_migrations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/tests/test_transition_domain_migrations.py b/src/registrar/tests/test_transition_domain_migrations.py index 268bbe12a..dc8d8f3a5 100644 --- a/src/registrar/tests/test_transition_domain_migrations.py +++ b/src/registrar/tests/test_transition_domain_migrations.py @@ -99,7 +99,7 @@ class TestPopulateFirstReady(TestCase): def test_populate_first_ready_state_dns_needed(self): """ - Tests that the populate_first_ready works as expected for the state 'dns_needed' + Tests that the populate_first_ready doesn't make changes when a domain's state is 'dns_needed' """ # Set the created at date self.dns_needed_domain.created_at = self.ready_at_date